Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] linux-yocto: consolidated pull request (3.19 + config visibility)
@ 2015-02-20 18:37 Bruce Ashfield
  2015-02-20 18:37 ` [PATCH 1/5] linux-libc-headers: update to 3.19 Bruce Ashfield
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bruce Ashfield @ 2015-02-20 18:37 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

Here is the latest version of the 3.19 kernel update for the 1.8 release.
This has been soaking in linux-yocto-dev, has had my local tests 
(core-image-kernel-dev, core-image-sato) and has had a run through the
AB.

I've bumped the libc-headers version to match.

So our coverage is good .. but as usual, I'm sure some things will manage
to bubble up. We have one known dmesg issue with qemumips, and that will
be fixed as a bug.

I'll be sending patches in subsequent series for some other layers that have
bbappends that need to be updated with the kernel version changes.

The other part of this series are two configuration visibility changes that
will highlight if an auto generated kernel board description is used, or
if specific options are dropped from the final .config. Those changes
involve python changes .. and I'm not the world's best python hacker, but
it is functional :) These address two bugzilla entries: YOCTO: #3383, YOCTO: #6943.

Cheers,

Bruce


The following changes since commit 5db6a27f4847e51c6434a968f81d3ceffcc54952:

  bitbake: toaster: importlayer Remove description input field (2015-02-20 12:58:20 +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):
  linux-libc-headers: update to 3.19
  linux-yocto: make kernel configuration audit user visible
  linux-yocto: remove 3.10 and 3.17 recipes
  linux-yocto: introduce 3.19 versioned recipes
  linux-yocto: warn when a generated BSP description is used

 meta/classes/kernel-yocto.bbclass                  | 33 +++++++++++++++----
 meta/conf/distro/include/tcmode-default.inc        |  2 +-
 .../kern-tools/kern-tools-native_git.bb            |  2 +-
 .../linux-libc-headers_3.17.7.bb                   |  7 ----
 .../linux-libc-headers/linux-libc-headers_3.19.bb  |  7 ++++
 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   | 27 ----------------
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 22 -------------
 ...yocto-tiny_3.17.bb => linux-yocto-tiny_3.19.bb} |  8 ++---
 meta/recipes-kernel/linux/linux-yocto.inc          |  6 ++++
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      | 37 ----------------------
 .../{linux-yocto_3.17.bb => linux-yocto_3.19.bb}   | 26 +++++++--------
 11 files changed, 58 insertions(+), 119 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.17.7.bb
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.19.bb
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
 rename meta/recipes-kernel/linux/{linux-yocto-tiny_3.17.bb => linux-yocto-tiny_3.19.bb} (60%)
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto_3.10.bb
 rename meta/recipes-kernel/linux/{linux-yocto_3.17.bb => linux-yocto_3.19.bb} (58%)

-- 
2.1.0



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

end of thread, other threads:[~2015-02-26 13:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 18:37 [PATCH 0/5] linux-yocto: consolidated pull request (3.19 + config visibility) Bruce Ashfield
2015-02-20 18:37 ` [PATCH 1/5] linux-libc-headers: update to 3.19 Bruce Ashfield
2015-02-20 18:38 ` [PATCH 2/5] linux-yocto: make kernel configuration audit user visible Bruce Ashfield
2015-02-20 18:38 ` [PATCH 3/5] linux-yocto: remove 3.10 and 3.17 recipes Bruce Ashfield
2015-02-20 18:38 ` [PATCH 4/5] linux-yocto: introduce 3.19 versioned recipes Bruce Ashfield
2015-02-20 18:38 ` [PATCH 5/5] linux-yocto: warn when a generated BSP description is used Bruce Ashfield
2015-02-26  7:21   ` Ola X Nilsson
2015-02-26 13:05     ` Bruce Ashfield

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