[OE-core] [PATCH 0/7] linux-yocto: consolidated (and hopefully final) pull request

Bruce Ashfield bruce.ashfield at windriver.com
Mon Oct 3 05:54:29 UTC 2016


Hi all,

Linus released 4.8 a few hours ago, so I triggered my final round of updates.
Along with the bump to 4.8-final, I've also included pending -stable updates
to 4.1 and 4.4.

We also have a fix for one -rt issue from Paul Gortmaker and hence a minor
update to the preempt-rt branches.

There are also some standard/base cleanups from Cal, as well as some mmc
configuration changes.

The big thing to note about this update .. is that the libc-headers bump
to the 4.8 final tarball picked up some uapi headers that broke the build
of ppp. I never would have thought it was possible, but it happened.

After hunting for a few hours, I found the offending kernel commits, and
have patched them back out of libc-headers. I didn't check this patch
against muslc .. there's only so much I can do. If someone can come up
with a better fix, that's great, I kept the patch i did separate from
the updated libc-headers to make it easy to drop.

I've built and booted core-image for standard and -rt on all arches, I've
built core-image-kernel-dev (which showed me the ppp error), and I've
built lttng*.

That's all that I could possible do in a few hours .. it is 2am, and
that's enough for one night.

Note: I'm sending this now, since I'm packing up and heading on vacation
      Monday afternoon. I'll be around most evenings (eastern to pick up
      any fixes), but I wanted to get this out, and onto the autobuilder
      ASAP ..and more eyes to pick up issues would be great.

Cheers,

Bruce


The following changes since commit 3a73fe0efcb7aeefcca7011bba887caad03d4d03:

  beaglebone.conf: produce wic images for Beaglebone (2016-10-01 21:45:57 +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 (7):
  linux-yocto/4.8: mmc configuration for x86*
  linux-yocto/4.1: update to 4.1.33
  linux-yocto/4.4: update to v4.4.22
  linux-yocto/4.1/4.4: remove innappropriate standard/base patches
  linux-libc-headers: update to 4.8 final
  linux-yocto/4.8: update to 4.8 -final release
  linux-libc-headers: fix in/if.h includes

 .../0001-ppp-fix-in-if.h-includes.patch            | 83 ++++++++++++++++++++++
 .../linux-libc-headers/linux-libc-headers_4.8.bb   | 11 +--
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |  6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |  6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb    |  6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |  6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |  6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb  |  6 +-
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       | 20 +++---
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       | 20 +++---
 meta/recipes-kernel/linux/linux-yocto_4.8.bb       | 20 +++---
 11 files changed, 138 insertions(+), 52 deletions(-)
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-ppp-fix-in-if.h-includes.patch

-- 
2.5.0




More information about the Openembedded-core mailing list