Hi all, Here is the latest linux-yocto consolidated pull request. It is a mix of kernel version -stable imports (CVEs and fixes), kernel configuration changes, a documentation update and kernel configuration enhancement.
The -stable updates are routine, and I build/boot tested them here (with my fixup commits being evidence). These are ready for a round of autobuilder/soak testing. The only other change is the addition of the ability to use a defconfig that is maintained within a kernel tree. This enhacement request came from the raspberrypi2 maintainers. We went through a few revisions and test cycles on this (see YOCTO: 7474 for the details). The final result has no impact on existing configuration workflows, but does allow an in-tree config to be copied out into WORKDIR and then incorporated with other fragments as part of kconfig processing. A new variable is introduced for specifying the defconfig KBUILD_DEFCONFIG, and I'll work with Scott to make sure this is documented in the appropriate locations. Cheers, Bruce The following changes since commit 369932178fe9e7aa4a6d0e2ef1e2e539be701d02: yocto-bsp: Update templates to 3.19 kernel (2015-03-24 10:06:03 +0000) 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 (5): kernel-yocto: allow in-tree defconfigs linux-yocto/3.19: configuration updates and stable import linux-yocto/3.14: integrate korg stable and meta data changes linux-yocto/3.19: fixes for Intel core warnings skeleton: clarify linux-yocto-custom workflow .../recipes-kernel/linux/linux-yocto-custom.bb | 6 ++-- meta/classes/kernel-yocto.bbclass | 39 ++++++++++++++++++++-- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 ++--- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 6 ++-- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 20 +++++------ meta/recipes-kernel/linux/linux-yocto_3.19.bb | 20 +++++------ 7 files changed, 69 insertions(+), 36 deletions(-) -- 2.1.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
