From 1f1412c9a52c4fa3ded4f87a0c7ffdc4a243d632 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 14 Dec 2020 13:43:23 -0500 Subject: 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 --- .../linux-libc-headers/linux-libc-headers_5.10.bb | 19 +++++++++++++++++++ .../linux-libc-headers/linux-libc-headers_5.8.bb | 18 ------------------ 2 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.10.bb delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.8.bb (limited to 'meta/recipes-kernel/linux-libc-headers') diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.10.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.10.bb new file mode 100644 index 0000000000..d6a4d5aa61 --- /dev/null +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.10.bb @@ -0,0 +1,19 @@ +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 \ + file://0001-include-linux-stddef.h-in-swab.h-uapi-header.patch \ + " + +SRC_URI_append = "\ + file://0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch \ + file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \ +" + +LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" + +SRC_URI[md5sum] = "753adc474bf799d569dec4f165ed92c3" +SRC_URI[sha256sum] = "dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43" + 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.8.bb deleted file mode 100644 index d76a8a36f8..0000000000 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.8.bb +++ /dev/null @@ -1,18 +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 \ - file://0001-include-linux-stddef.h-in-swab.h-uapi-header.patch \ - " - -SRC_URI_append = "\ - file://0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch \ - file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \ -" - -LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" - -SRC_URI[md5sum] = "0e5c4c15266218ef26c50fac0016095b" -SRC_URI[sha256sum] = "e7f75186aa0642114af8f19d99559937300ca27acaf7451b36d4f9b0f85cf1f5" -- cgit 1.2.3-korg