mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-02 10:55:38 +02: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 = ""
|
||||
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