[oe-commits] [meta-openembedded] branch master-next updated: kernel-selftest: Disable the recipe by default

git at git.openembedded.org git at git.openembedded.org
Wed Sep 18 22:17:52 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.

The following commit(s) were added to refs/heads/master-next by this push:
     new afe9873  kernel-selftest: Disable the recipe by default
afe9873 is described below

commit afe9873d6ee921fad80cda3ca167b50dc0f867fa
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Sep 18 15:15:41 2019 -0700

    kernel-selftest: Disable the recipe by default
    
    If one has meta-clang in layers then it will get enabled automatically
    or else, install clang/llvm on build host and add
    
    HOSTTOOLS += "clang llc"
    
    To config metadata then add COMPHOST = "(*)" in a bbappend
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
index fb4534d..9e30c8d 100644
--- a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
+++ b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
@@ -115,5 +115,10 @@ RDEPENDS_${PN} += "python3"
 INSANE_SKIP_${PN} += "ldflags"
 
 SECURITY_CFLAGS = ""
-COMPATIBLE_HOST_libc-musl = 'null'
+
+# Set COMPHOST to (*) in a bbappend if you want to use it or include meta-clang in layer-mix
+
+COMPHOST ?= "null"
+COMPHOST_libc-musl = 'null'
+COMPATIBLE_HOST = "${COMPHOST}"
 

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


More information about the Openembedded-commits mailing list