From 3cdaf2cb64303bc58ab8be40fce4091b5a7809b4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 22 Sep 2021 13:53:49 -0400 Subject: [PATCH] libc-headers: bump to v5.14 The reference kernel is moving to 5.14, and 5.13 is EOL upstream, so we update the libc-headers to match. No patch issues were found for musl or glibc. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...inux-libc-headers_5.13.bb => linux-libc-headers_5.14.bb} | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.13.bb => linux-libc-headers_5.14.bb} (80%) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 80b03305bb..27e60b60aa 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.37%" GDBVERSION ?= "10.%" GLIBCVERSION ?= "2.34" -LINUXLIBCVERSION ?= "5.13%" +LINUXLIBCVERSION ?= "5.14%" QEMUVERSION ?= "6.0%" GOVERSION ?= "1.16%" # 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.13.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb similarity index 80% rename from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.13.bb rename to meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb index 556ca07f2c..282c04d79c 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.13.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb @@ -14,5 +14,7 @@ SRC_URI:append = "\ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -SRC_URI[md5sum] = "76c60fb304510a7bbd9c838790bc5fe4" -SRC_URI[sha256sum] = "3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9" +SRC_URI[md5sum] = "a082ef5748b813abca0649dab8be5f52" +SRC_URI[sha256sum] = "7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2" + + -- 2.40.1