mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
__UAPI_DEF_ETHHDR has been defined in kernel UAPI [1] and musl already defined it to 0 via [2] So these patches can now be dropped. [1] https://patchwork.ozlabs.org/patch/872502/ [2] https://git.musl-libc.org/cgit/musl/commit/?id=b583c5d3b4cc2c54c68eef5eb7855ecfacee8bfc (From OE-Core rev: 6da3239b73fa3ebf8c62c7f38b5b4a3795d502b5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
671 B
BlitzBasic
17 lines
671 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://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 \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "ce9b2d974d27408a61c53a30d3f98fb9"
|
|
SRC_URI[sha256sum] = "bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491"
|