From 23d249bd02fb008748eb3876bd1d87602bd955ec Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 29 Sep 2023 16:04:52 -0400 Subject: linux-libc-headers: uprev to v6.5 The 6.4 kernel has been EOLd and 6.5 will be the newest reference kernel. So we bump our libc-headers to match Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- .../linux-libc-headers/linux-libc-headers_6.4.bb | 17 ----------------- .../linux-libc-headers/linux-libc-headers_6.5.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.4.bb create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.5.bb (limited to 'meta/recipes-kernel/linux-libc-headers') diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.4.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.4.bb deleted file mode 100644 index c52315499e..0000000000 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.4.bb +++ /dev/null @@ -1,17 +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://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ - file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \ - " - -SRC_URI += "\ - file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \ -" - -LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" - -SRC_URI[sha256sum] = "8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3" - - diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.5.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.5.bb new file mode 100644 index 0000000000..fa902741f2 --- /dev/null +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.5.bb @@ -0,0 +1,17 @@ +require linux-libc-headers.inc + +SRC_URI:append:libc-musl = "\ + file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \ + file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ + file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \ + " + +SRC_URI += "\ + file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \ +" + +LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" + +SRC_URI[sha256sum] = "7a574bbc20802ea76b52ca7faf07267f72045e861b18915c5272a98c27abf884" + + -- cgit 1.2.3-korg