[oe-commits] [meta-openembedded] 02/02: kernel-selftest: Exclude from world builds

git at git.openembedded.org git at git.openembedded.org
Thu Sep 19 01:51:20 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit a62ed77703fd9fe9ae9581f14e1e1a3c9a3197d8
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Sep 18 18:50:11 2019 -0700

    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 at gmail.com>
---
 meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
index fb4534d..02359e7 100644
--- a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
+++ b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
@@ -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"
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list