-
Notifications
You must be signed in to change notification settings - Fork 61
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
qemux86: Update to scarthgap, Update to master #99
Conversation
The current core-image-minimal size for the suggested configuration seems to be too close to 150M and test images fail to boot. Fix this by adding 50M more for each rootfs partition. There is also no need to pre-populate the inactive rootfs, thus use --source empty here. Signed-off-by: Enrico Jorns <[email protected]>
With meta-rauc commit d51bab8f ("rauc: split package into 'rauc' for binary and 'rauc-conf' for configuration"), the platform-specific configuration was moved to the rauc-conf.bb recipe. As we only touch the configuration anyway, adapt to this by simply renaming the .bbappend. Signed-off-by: Enrico Jörns <[email protected]>
Due to the rauc-conf change, the layer will not be compatible with any version before. Drop these. Signed-off-by: Enrico Jörns <[email protected]>
We will need to do some incompatible changes now. Signed-off-by: Enrico Jörns <[email protected]>
This reflects the recent changes in oe-core to enforce unpacking to a subdirectory of WORKDIR. As done in oe-core commit d9328e3b ("recipes: Switch away from S = WORKDIR"), use explicit 'sources/' subdirectory as UNPACKDIR (and S). Signed-off-by: Enrico Jörns <[email protected]>
Note: Still fails for master since rauc/meta-rauc#320 needs to get merged, first. |
Thanks for the contribution. I've merged it. Kind reminder about the rebase of #82 related to Thanks, Leon |
@leon-anavi I had split this up into two parts to allow branching |
Yes, please. Considering WORKDIR -> UNPACKDIR transition we will have to maintain a separate scarthgap branch. I created it earlier today. Btw I rebased/backported the ongoing Rockchip as a separate GitHub PR for scarthgap. |
In a two-step process, this first updates to be compatible with
scarthgap
to just remove the compatibility in a second step that updates tomaster
/styhead
. This will allow us to test all changes against master while it allows us to split up thescarthgap
branch easily.