diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-22 13:53:49 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-24 10:15:28 +0100 |
commit | f66dbd933d78e573f89cde51afcdcdca89b7f938 (patch) | |
tree | 2c6c8a479d8541bf87833ba8e03430f2354febd1 /meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb | |
parent | fc0e7347f761dbc6cf921a711c5abbfbe9464f97 (diff) | |
download | poky-f66dbd933d78e573f89cde51afcdcdca89b7f938.tar.gz |
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.
(From OE-Core rev: 3cdaf2cb64303bc58ab8be40fce4091b5a7809b4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb new file mode 100644 index 0000000000..282c04d79c --- /dev/null +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.14.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | require linux-libc-headers.inc | ||
2 | |||
3 | SRC_URI:append:libc-musl = "\ | ||
4 | file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \ | ||
5 | file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ | ||
6 | file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \ | ||
7 | file://0001-include-linux-stddef.h-in-swab.h-uapi-header.patch \ | ||
8 | " | ||
9 | |||
10 | SRC_URI:append = "\ | ||
11 | file://0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch \ | ||
12 | file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \ | ||
13 | " | ||
14 | |||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
16 | |||
17 | SRC_URI[md5sum] = "a082ef5748b813abca0649dab8be5f52" | ||
18 | SRC_URI[sha256sum] = "7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2" | ||
19 | |||
20 | |||