Freescale / meta-freescale-3rdparty

OpenEmbedded/Yocto BSP layer for Freescale's ARM based platforms
http://freescale.github.io
92 stars 506 forks source link

machines: follow kernel deployment changes #213

Closed MaxKrummenacher closed 2 years ago

MaxKrummenacher commented 2 years ago

With OE core commit 1c90b27d2c ("kernel: make kernel-base recommend kernel-image, not depend") the way the kernel is deployed into the rootfs silently changed, i.e. there is no build or run time error/warning that the kernel binary is deployed despite one did not want it.

Note that commit 1c90b27d2c is already in the kirkstone branch.

@gibsson I run my sed script over all files in the layers. So the nitrogen machines would be updated by this commit too. Hope you approve, otherwise I will rewrite the commit.

gibsson commented 2 years ago

Looks good to me. Thanks for updating our configs!