mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 08:48:45 +01:00
This helps compiling bpf tests using non-glibc C libraries e.g. musl (From OE-Core rev: 5f1895fb94d35a1496f22863791ad6f7a6aca97a) 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>
14 lines
645 B
BlitzBasic
14 lines
645 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[md5sum] = "bee5fe53ee1c3142b8f0c12c0d3348f9"
|
|
SRC_URI[sha256sum] = "19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1"
|