mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 16:56:37 +01:00
These patches have revealed issues with linux kernel headers which has been proposed upstream but hasnt been applied yet (From OE-Core rev: 8d760bd9df101a03f148205e7d79b555b4dfd8c7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
423 B
BlitzBasic
10 lines
423 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 \
|
|
"
|
|
SRC_URI[md5sum] = "9a78fa2eb6c68ca5a40ed5af08142599"
|
|
SRC_URI[sha256sum] = "401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2"
|