summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/recipetool
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2017-01-09 11:49:25 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-16 18:01:55 +0000
commit4868bc94b8c4ebcf427ea6d321332d8b8fe6ce4a (patch)
treea8c63f79e5b29926932a9e60278cd3b5134e319e /meta-selftest/recipes-test/recipetool
parenta6721e69400f214de147f72f274ff1b240fce8ad (diff)
downloadopenembedded-core-4868bc94b8c4ebcf427ea6d321332d8b8fe6ce4a.tar.gz
recipes-test: exclude recipes from world target
These recipes should be excluded from target 'world' because these are just intended to be used internally by oe-selftest (devtool, recipetool, etc.) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest/recipes-test/recipetool')
-rw-r--r--meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb b/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb
index 7d0a040beb..7375c47933 100644
--- a/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb
+++ b/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb
@@ -15,6 +15,8 @@ SRC_URI = "file://installscript.sh \
file://selftest-replaceme-inst-todir-globfile \
file://selftest-replaceme-inst-func"
+EXCLUDE_FROM_WORLD = "1"
+
install_extrafunc() {
install -m 0644 ${WORKDIR}/selftest-replaceme-inst-func ${D}${datadir}/selftest-replaceme-inst-func
}