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:
Khem Raj
2019-09-18 18:50:11 -07:00
parent cbc42b405d
commit a62ed77703

View File

@@ -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"