summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-12-14 13:43:23 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-05 13:48:06 +0000
commit1f1412c9a52c4fa3ded4f87a0c7ffdc4a243d632 (patch)
treeb9abc5046e243a4d32ccf55cf467f56a079b7fb7
parent1c365dfda0dfd5be6e919928730093fd39b62078 (diff)
downloadopenembedded-core-contrib-1f1412c9a52c4fa3ded4f87a0c7ffdc4a243d632.tar.gz
libc-headers: update to v5.10
As the reference kernel is going to v5.10, we also move the libc headers to match. This is also the latest LTS kernel, so is appropriate for a libc-headers version bump. This has been tested against all supported architectures for both glibc and musl. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta/conf/distro/include/tcmode-default.inc2
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.10.bb (renamed from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.8.bb)5
2 files changed, 4 insertions, 3 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 75796a73fb..fd4d760b3f 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
BINUVERSION ?= "2.35%"
GDBVERSION ?= "10.%"
GLIBCVERSION ?= "2.32"
-LINUXLIBCVERSION ?= "5.8%"
+LINUXLIBCVERSION ?= "5.10%"
QEMUVERSION ?= "5.1%"
GOVERSION ?= "1.15%"
# This can not use wildcards like 8.0.% since it is also used in mesa to denote
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.8.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.10.bb
index d76a8a36f8..d6a4d5aa61 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.8.bb
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.10.bb
@@ -14,5 +14,6 @@ SRC_URI_append = "\
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
-SRC_URI[md5sum] = "0e5c4c15266218ef26c50fac0016095b"
-SRC_URI[sha256sum] = "e7f75186aa0642114af8f19d99559937300ca27acaf7451b36d4f9b0f85cf1f5"
+SRC_URI[md5sum] = "753adc474bf799d569dec4f165ed92c3"
+SRC_URI[sha256sum] = "dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43"
+