-
Notifications
You must be signed in to change notification settings - Fork 0
Add Yocto-Layer's Recipe to OE4T Image #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Discussion documentation:
|
From what I interpreted from the discussion, it wasn't a docker user permissions issue, it wasn't the way our layer is structured (proved as it had the same error inside the demo layer), it's not getting compiled by OE/Bitbake... |
In lieu of waiting for the entire build executing, I deleted the directory and started the build like normal until bitbake started. Now running build like normal... |
Stopped the full build to quickly check and verify if the do_install portion of the recipe worked correctly.:
So far... nothing was changed besides deleting the existing build and starting from scratch. |
Just flashed and loaded the SD Card image... The |
From the discussion with the professor (attached below), we'll need to use a distro append/creation method instead of the image append method that we were taught with assignment 6. The key points of take-away (for me at least) is that we'll need to change our
|
I shared the output build tree with Dan and asked if the latest changes actually look like it'll have our code in it. He says it looks like it should be good... The commit to the changes which should be the new structure which yields our work in the image: Flashing the image to SD card now, confirmation pending... |
Nope... Didn't work. Not only was our code not in it, it also was not the full demo image... I'm just gonna copy and paste what already exists with OE4T's distro has and insert our stuff into it. None of the "append" stuff we've learned is working and Dan hasn't been pointing out why... Just tells me that I need to back track. |
This took way too long to do. |
Clarification:
Prior issue #15 successfully added the layer to the build. However, due to such long build times, current validation demonstrates that the
uartserver
code was not being installed/packaged with the end image.This issue is opened to resolve the current blocker which is impeding the installation of our the binaries into the end image.
DoD:
bitbake -c compile final-project
bitbake -c install final-project
bitbake demo-image-full
and successive SD Creation stepsThe text was updated successfully, but these errors were encountered: