From: Bruce Ashfield <[email protected]> Hi all,
Here's the next round of updates I've been testing. The 4.19 update is pretty standard, and is both a -stable and -rt refresh. Boot testing shows no issues on either kernel type. We also have a configuration tweak to allow the beaglebone reference to be booted in qemu directly. Finally, there's a packaging change .. which I normally don't have in these requests, but it is an underpinning change for some future kernel features and updates that I'd like to get out separately. The problem was found while moving postinsts into both kernel.bbclass and kernel-devsrc.bbclass, and without it, you can't assemble a rootfs for packages that are using PKG_ constructs. The details are in the commit log of the patch. The change has been working here (and at Xilinx) for a couple of months now, so it shouldn't have any drastic side effects. There *may* be other places that this is required, but I kept to the code paths I could test. Cheers, Bruce The following changes since commit 4fd9ee4670293632cc0ca1e64b8833eb6014435d: bitbake: bitbake: Add --skip-setscene option (2019-07-03 17:00:57 +0100) are available in the Git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (3): linux-yocto: bsp/beaglebone: support qemu -machine virt linux-yocto/4.19: update to 4.19.57 and -rt22 package: check PKG_ variables before executing ontarget postinst meta/classes/package.bbclass | 6 +++++- .../linux/linux-yocto-rt_4.19.bb | 6 +++--- .../linux/linux-yocto-rt_5.0.bb | 2 +- .../linux/linux-yocto-tiny_4.19.bb | 8 ++++---- .../linux/linux-yocto-tiny_5.0.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_4.19.bb | 20 +++++++++---------- meta/recipes-kernel/linux/linux-yocto_5.0.bb | 2 +- 7 files changed, 25 insertions(+), 21 deletions(-) -- 2.19.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
