Hi all, Here is my queue of changes for kernel-yocto.
These are mainly -stable updates, but contained in those updates are the gcc8 fixes that we need to get gcc8 working for the reference kernels in master. I've also fixed a couple of issues that were found in the last 4.12 update. Note: I'll be dropping 4.12 and 4.15 from master in my next set of updates, keeping 4.14 and moving to a 4.17+ kernel as the latest. There's also a minor kern-tools fix that was sent in my direction. And finally we were seeing intermittent failures when configuring linux-yocto for 4.16+. The failures were sometimes obvious (configure failure) or not so obvious (dropped options). When I dug into the problem, I found that 4.16+ has new checks for x86 that require native binaries, and the compiler that will be used to build the kernel. The fix was to put the required dependencies on the kernel_configme task for linux-yocto (since it runs before do_configure, it doesn't have the default kernel DEPENDS in place), and to ensure that CC= and HOSTCC are set in the environment for the configure invokations. Cheers, Bruce The following changes since commit 1c7ad49bfd3e60c44281a8f49d69f4b96c359703: bitbake: bitbake: Update version to post release 1.39 (2018-06-06 13:35:15 +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 (9): linux-yocto/4.14: update to v4.14.30 linux-yocto/4.15: update to v4.15.18 linux-yocto/4.14/4.15: gcc8 fixes linux-yocto/4.12: fix ppc cryptodev build kernel: specify dependencies for compilation for config tasks kern-tools: avoid merge_config concatenation issues linux-yocto/4.12: gcc8 + platform support linux-yocto: add kernel sample configuration fragment linux-yocto/4.14: update to v4.14.48 meta/classes/kernel-yocto.bbclass | 5 ++++- meta/classes/kernel.bbclass | 2 +- .../kern-tools/kern-tools-native_git.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_4.12.bb | 16 ++++++++-------- meta/recipes-kernel/linux/linux-yocto_4.14.bb | 20 ++++++++++---------- meta/recipes-kernel/linux/linux-yocto_4.15.bb | 20 ++++++++++---------- 12 files changed, 48 insertions(+), 45 deletions(-) -- 2.5.0 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core