Richard/Saul, Here are the udpates to the various kernels that have been soaked and tested long enough to head into the main trees.
3.4: - minor configuration updates for the monhonpeak 3.10: - BSP configuration updates - korg stable integrations - build fixes 3.8: - removal 3.14: - versioned 3.14 recipes - libc-headers update to 3.14, removal of old libc-headers recipes The obvious changes to take note of are introduction of the 3.14 versioned recipes, and libc-headers. Since Linus decided to do a -rc8, we decided to not wait for the full release to put out the 3.14 versioned recipes and libc-headers updates. In particular with the 3.14 libc-headers, I've made it look like the 3.14 release headers with the recipe name, but within the recipe I have some forcing to 3.14-rc8. When the release tarball is availble, I'll follow up with changes to the recipe itself. This is the same tree that has been soaking via linux-yocto-dev, with an update to -rc8. Build and boot testing has been completed on all targets, as has the building of packages known to be sensitive to kernel version changes (core-image-kernel-dev). You already have the perf fixes, so nothing to send there. 3.4 and 3.10 are ready immediately for merge, the 3.14 related changes feel free to soak them until the full release .. or if they pass MUT, we can go ahead and merge. Thanks to Darren, Tom, Nitin and everyone else that has been testing the changes, and reporting issues. Cheers, Bruce The following changes since commit 5eceedf0326abaee632b32c7cb7ec74e6ba2d6d7: ocf-linux: remove recipe (2014-03-27 15:46:52 +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 (13): linux-yocto/3.10: intel-core*/common configuration updates linux-yocto/3.4: update mohonpeak.cfg for SATA, SMBus, LPC, WDT, crypto & highmem64g linux-yocto/3.10: update EFI configuration linux-yocto/3.10: update to v3.10.33 linux-yocto/3.10: add valleyisland io linux-yocto/3.10: update to v3.10.34 linux-yocto/3.10: update intel common meta data linux-yocto/3.10: fix drm build failure linux-yocto/3.8: remove versioned recipes linux-yocto/3.14: introduce versioned recipes linux-libc-headers: add 3.14 libc headers libc-headers: set TC default to 3.14 linux-libc-headers: remove 3.10 recipe meta/conf/distro/include/tcmode-default.inc | 2 +- ...1-ptrace.h-remove-ptrace_peeksiginfo_args.patch | 50 ------------------ ...lude-asm-byteorder.h-in-linux-raid-md_p.h.patch | 34 ------------- ...efile.headersinst-install-headers-from-sc.patch | 59 ---------------------- .../linux-libc-headers/linux-libc-headers_3.10.bb | 11 ---- .../linux-libc-headers/linux-libc-headers_3.14.bb | 13 +++++ meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 +-- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb | 30 ----------- meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +-- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 21 ++++++++ meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb | 26 ---------- meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +++---- .../{linux-yocto_3.8.bb => linux-yocto_3.14.bb} | 24 ++++----- meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 +- 16 files changed, 65 insertions(+), 243 deletions(-) delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-ptrace.h-remove-ptrace_peeksiginfo_args.patch delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/UAPI-include-asm-byteorder.h-in-linux-raid-md_p.h.patch delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/scripts-Makefile.headersinst-install-headers-from-sc.patch delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.14.bb delete mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb rename meta/recipes-kernel/linux/{linux-yocto_3.8.bb => linux-yocto_3.14.bb} (52%) -- 1.8.1.2 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
