Hi all, It's a rather small 'consolidated' pull request, but there are some other fixes I'm working on that I just couldn't get done in time for this request .. so I'm not going to sit on these two any longer.
The changes to 4.1 are patches we've received to fix the build of some filsystems (yaffs2, aufs) for the updated kernel, as well as some bluetooth and driver support changes. Note: the kern-tools update is required for the linux-4.1 update to work The changes to the tools address YOCTO #7282, as well as speeding up the overall patch process. The change is simple, the tools no longer audit the series to ensure that you are building every patch that is referenced in the series. They now only consider patches that are in addition to the changes that are part of the tree's meta data .. i.e. patches that are in the SRC_URI. That removes significant looping and validation, as well unexpected resume points and 'skipped' patches. Cheers, Bruce The following changes since commit 5b4e380b9b4335f4607d78d97345bbbda4c66e0e: bitbake: data_smart: Ensure OVERRIDES dependencies account for contains() (2015-09-18 15:14:04 +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 (2): linux-yocto/4.1: aufs, yaffs2 and driver fixes kern-tools: optimize patching peformance .../recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto_4.1.bb | 18 +++++++++--------- 4 files changed, 14 insertions(+), 14 deletions(-) -- 2.1.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
