diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-02-26 22:10:03 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-04 23:18:16 +0000 |
commit | 3e35438d8307d4927c63ab1e342c07f995aee7fa (patch) | |
tree | f3d3686473a6db46778e2a469fd46308339e578c /meta | |
parent | d2b776f34d1b030342622765c94e799dcf5cfaec (diff) | |
download | poky-3e35438d8307d4927c63ab1e342c07f995aee7fa.tar.gz |
libc-headers: introduce 4.10 and set as default
The 4.10 kernel has been released, so we can bump our libc-headers
to match.
We also drop the 4.9 headers, since we only want one variant in the
tree.
Tested against glibc and muslc core-image* variants.
(From OE-Core rev: 4e50f18401b0c4bbb6923b88302411cad7917930)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.10.bb (renamed from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 9c9fdd67fd..a4b06c94ca 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -28,7 +28,7 @@ BINUVERSION ?= "2.27%" | |||
28 | GDBVERSION ?= "7.12%" | 28 | GDBVERSION ?= "7.12%" |
29 | GLIBCVERSION ?= "2.25" | 29 | GLIBCVERSION ?= "2.25" |
30 | UCLIBCVERSION ?= "1.0%" | 30 | UCLIBCVERSION ?= "1.0%" |
31 | LINUXLIBCVERSION ?= "4.9%" | 31 | LINUXLIBCVERSION ?= "4.10%" |
32 | 32 | ||
33 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 33 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
34 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" | 34 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.10.bb index 0a44018f88..108446aa34 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.10.bb | |||
@@ -6,5 +6,5 @@ SRC_URI_append_libc-musl = "\ | |||
6 | file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ | 6 | file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI[md5sum] = "0a68ef3615c64bd5ee54a3320e46667d" | 9 | SRC_URI[md5sum] = "b5e7f6b9b2fe1b6cc7bc56a3a0bfc090" |
10 | SRC_URI[sha256sum] = "029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a" | 10 | SRC_URI[sha256sum] = "3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b" |