Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] libc-headers: update to 4.4
@ 2016-01-20 16:31 Bruce Ashfield
  2016-01-20 16:31 ` [PATCH 1/1] linux-libc-headers: " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Ashfield @ 2016-01-20 16:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

Now that the 4.4 kernel is in oe-core, we can bump the libc-headers to match.
I've built core-image*, sato and boot tested across qemu* using systemd as
the init manager.

Saul found that 4.4 broke udev, and hence sysvinit systems, so his patch

  [udev: Add 2 patches to support 4.4 kernel]

Must be applied for sysvinit system to build with this change applied.

I'll follow up with a preferred version bump to the qemu* machines once
this is proven to be sane.

Cheers,

Bruce

The following changes since commit 68c7113a746694e25df2ac5d86171ed96b7c2e94:

  poky.conf: Delete BB_SIGNATURE_HANDLER settings (2016-01-19 23:02:01 +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 (1):
  linux-libc-headers: update to 4.4

 meta/conf/distro/include/tcmode-default.inc                      | 2 +-
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb | 4 ----
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bb | 4 ++++
 3 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bb

-- 
2.1.0



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

* [PATCH 1/1] linux-libc-headers: update to 4.4
  2016-01-20 16:31 [PATCH 0/1] libc-headers: update to 4.4 Bruce Ashfield
@ 2016-01-20 16:31 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2016-01-20 16:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

Updating the lib-headers to match the 4.4 LTSI kernel version.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/conf/distro/include/tcmode-default.inc                      | 2 +-
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb | 4 ----
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bb | 4 ++++
 3 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bb

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 6df737c53063..9010127a2afd 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -28,7 +28,7 @@ BINUVERSION ?= "2.25%"
 GDBVERSION ?= "7.10%"
 GLIBCVERSION ?= "2.22"
 UCLIBCVERSION ?= "1.0%"
-LINUXLIBCVERSION ?= "4.1"
+LINUXLIBCVERSION ?= "4.4"
 
 PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
 PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb
deleted file mode 100644
index 01037c10bf8b..000000000000
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require linux-libc-headers.inc
-
-SRC_URI[md5sum] = "fe9dc0f6729f36400ea81aa41d614c37"
-SRC_URI[sha256sum] = "caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f"
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bb
new file mode 100644
index 000000000000..4433db75151e
--- /dev/null
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bb
@@ -0,0 +1,4 @@
+require linux-libc-headers.inc
+
+SRC_URI[md5sum] = "9a78fa2eb6c68ca5a40ed5af08142599"
+SRC_URI[sha256sum] = "401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2"
-- 
2.1.0



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

end of thread, other threads:[~2016-01-20 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-20 16:31 [PATCH 0/1] libc-headers: update to 4.4 Bruce Ashfield
2016-01-20 16:31 ` [PATCH 1/1] linux-libc-headers: " Bruce Ashfield

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