mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
Updating the libc-headers to match the latest LTS kernel.
The delta from previous headers is as follows:
- refreshed one patch for 5.4 context
- added rsync to the native dependencies, since it is used during
header install.
Otherwise, everyting is the same.
(From OE-Core rev: 35e2cd846a13906c5339c0763ab93d68b122ebc7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
822 B
BlitzBasic
19 lines
822 B
BlitzBasic
require linux-libc-headers.inc
|
|
|
|
SRC_URI_append_libc-musl = "\
|
|
file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \
|
|
file://0002-libc-compat.h-prevent-redefinition-of-struct-ethhdr.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-if_ether-move-muslc-ethhdr-protection-to-uapi-file.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 \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "ce9b2d974d27408a61c53a30d3f98fb9"
|
|
SRC_URI[sha256sum] = "bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491"
|