mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
kernel-selftest: Exclude from world builds
Avoid need for installing clang on host, or depending on meta-clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -117,3 +117,7 @@ INSANE_SKIP_${PN} += "ldflags"
|
|||||||
SECURITY_CFLAGS = ""
|
SECURITY_CFLAGS = ""
|
||||||
COMPATIBLE_HOST_libc-musl = 'null'
|
COMPATIBLE_HOST_libc-musl = 'null'
|
||||||
|
|
||||||
|
# It has native clang/llvm dependency, poky distro is reluctant to include them as deps
|
||||||
|
# this helps with world builds on AB
|
||||||
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user