Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/13] linux-yocto: 3.4, 3.8, 3.10 AND 3.14 updates
@ 2014-03-27 18:24 Bruce Ashfield
  2014-03-27 18:24 ` [PATCH 01/13] linux-yocto/3.10: intel-core*/common configuration updates Bruce Ashfield
                   ` (12 more replies)
  0 siblings, 13 replies; 20+ messages in thread
From: Bruce Ashfield @ 2014-03-27 18:24 UTC (permalink / raw)
  To: richard.purdie; +Cc: dvhart, openembedded-core

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



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2014-03-28 17:33 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 18:24 [PATCH 00/13] linux-yocto: 3.4, 3.8, 3.10 AND 3.14 updates Bruce Ashfield
2014-03-27 18:24 ` [PATCH 01/13] linux-yocto/3.10: intel-core*/common configuration updates Bruce Ashfield
2014-03-27 18:24 ` [PATCH 02/13] linux-yocto/3.4: update mohonpeak.cfg for SATA, SMBus, LPC, WDT, crypto & highmem64g Bruce Ashfield
2014-03-27 18:24 ` [PATCH 03/13] linux-yocto/3.10: update EFI configuration Bruce Ashfield
2014-03-27 18:24 ` [PATCH 04/13] linux-yocto/3.10: update to v3.10.33 Bruce Ashfield
2014-03-27 18:25 ` [PATCH 05/13] linux-yocto/3.10: add valleyisland io Bruce Ashfield
2014-03-27 18:25 ` [PATCH 06/13] linux-yocto/3.10: update to v3.10.34 Bruce Ashfield
2014-03-27 18:25 ` [PATCH 07/13] linux-yocto/3.10: update intel common meta data Bruce Ashfield
2014-03-27 18:25 ` [PATCH 08/13] linux-yocto/3.10: fix drm build failure Bruce Ashfield
2014-03-27 18:25 ` [PATCH 09/13] linux-yocto/3.8: remove versioned recipes Bruce Ashfield
2014-03-27 18:25 ` [PATCH 10/13] linux-yocto/3.14: introduce " Bruce Ashfield
2014-03-28  9:45   ` Richard Purdie
2014-03-28 12:52     ` Bruce Ashfield
2014-03-28 13:05       ` Martin Jansa
2014-03-28 13:32       ` Richard Purdie
2014-03-28 13:56         ` Bruce Ashfield
2014-03-28 17:33         ` Bruce Ashfield
2014-03-27 18:25 ` [PATCH 11/13] linux-libc-headers: add 3.14 libc headers Bruce Ashfield
2014-03-27 18:25 ` [PATCH 12/13] libc-headers: set TC default to 3.14 Bruce Ashfield
2014-03-27 18:25 ` [PATCH 13/13] linux-libc-headers: remove 3.10 recipe Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox