mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
(From OE-Core rev: 119e3dacfd5c371d5f81f95c1a356e33c80362b2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
1.0 KiB
BlitzBasic
22 lines
1.0 KiB
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-net-Use-__kernel_clockid_t-in-uapi-net_stamp.h.patch \
|
|
file://0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch \
|
|
file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \
|
|
file://0002-arm64-sve-ptrace-Fix-SVE_PT_REGS_OFFSET-definition.patch \
|
|
file://0003-arm64-sve-Disentangle-uapi-asm-ptrace.h-from-uapi-as.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "740a90cf810c2105df8ee12e5d0bb900"
|
|
SRC_URI[sha256sum] = "0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|