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" + +