[OE-core] [PATCH 0/3 v2] kernel-yocto: 5.2 intro series

bruce.ashfield at gmail.com bruce.ashfield at gmail.com
Fri Aug 30 16:06:29 UTC 2019


From: Bruce Ashfield <bruce.ashfield at gmail.com>

Richard,

These are the patches for the 5.2 intro that aren't in your current master-next.

Kevin's meta-yocto-bsp can use a minor SRCREV bump, and I'll send that shortly
to the appropriate list. But even running with it as-is, isn't a problem.

I will also follow up with the 5.0 removal and some other minor tweaks once
this introduction of recipes goes green.

Cheers,

Bruce

The following changes since commit be28058c101a38ad9e01c0ce95bbe0c7dee19410:

  Revert "poky.conf: make systemd as default init manager" (2019-08-30 13:37:48 +0100)

are available in the Git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel-next
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-next

Bruce Ashfield (3):
  linux-libc-headers: update to v5.2 headers
  linux-yocto: introduce 5.2 recipes
  qemu: bump linux-yocto preferred version to 5.2

 meta/conf/distro/include/tcmode-default.inc   |  2 +-
 meta/conf/machine/include/x86-base.inc        |  2 +-
 meta/conf/machine/qemuarmv5.conf              |  2 +-
 ...sm-ptrace.h-should-not-depend-on-uap.patch | 62 -------------------
 ...aders_5.0.bb => linux-libc-headers_5.2.bb} |  5 +-
 .../linux/linux-yocto-rt_5.2.bb               | 44 +++++++++++++
 .../linux/linux-yocto-tiny_5.2.bb             | 32 ++++++++++
 meta/recipes-kernel/linux/linux-yocto_5.2.bb  | 54 ++++++++++++++++
 8 files changed, 135 insertions(+), 68 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-arm64-sve-uapi-asm-ptrace.h-should-not-depend-on-uap.patch
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.0.bb => linux-libc-headers_5.2.bb} (75%)
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_5.2.bb

-- 
2.19.1



More information about the Openembedded-core mailing list