From 4e50f18401b0c4bbb6923b88302411cad7917930 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 26 Feb 2017 22:10:03 -0500 Subject: 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. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- .../linux-libc-headers/linux-libc-headers_4.10.bb | 10 ++++++++++ .../linux-libc-headers/linux-libc-headers_4.9.bb | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.10.bb delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb (limited to 'meta/recipes-kernel/linux-libc-headers') diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.10.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.10.bb new file mode 100644 index 0000000000..108446aa34 --- /dev/null +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.10.bb @@ -0,0 +1,10 @@ +require linux-libc-headers.inc + +SRC_URI_append_libc-musl = "\ + file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \ + file://0002-libc-compat.h-prevent-redefinition-of-struct-ethhdr.patch \ + file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ + " + +SRC_URI[md5sum] = "b5e7f6b9b2fe1b6cc7bc56a3a0bfc090" +SRC_URI[sha256sum] = "3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b" 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.9.bb deleted file mode 100644 index 0a44018f88..0000000000 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb +++ /dev/null @@ -1,10 +0,0 @@ -require linux-libc-headers.inc - -SRC_URI_append_libc-musl = "\ - file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \ - file://0002-libc-compat.h-prevent-redefinition-of-struct-ethhdr.patch \ - file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ - " - -SRC_URI[md5sum] = "0a68ef3615c64bd5ee54a3320e46667d" -SRC_URI[sha256sum] = "029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a" -- cgit 1.2.3-korg