[OE-core] [PATCH 0/5] linux-yocto: consolidated pull request (3.19 + config visibility)
Bruce Ashfield
bruce.ashfield at windriver.com
Fri Feb 20 18:37:58 UTC 2015
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
More information about the Openembedded-core
mailing list