diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2017-01-09 11:49:25 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-16 18:05:13 +0000 |
commit | c52432498bdb9c32b2c448575de11f7478408c60 (patch) | |
tree | 8b3f31cb0cfe0b159929bae670973935f8426292 /meta-selftest/recipes-test/recipetool | |
parent | 2a12b59172156286f446b82fd1e20dad83732b18 (diff) | |
download | poky-c52432498bdb9c32b2c448575de11f7478408c60.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.)
(From OE-Core rev: 4868bc94b8c4ebcf427ea6d321332d8b8fe6ce4a)
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test/recipetool')
-rw-r--r-- | meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb | 2 |
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 \ | |||
15 | file://selftest-replaceme-inst-todir-globfile \ | 15 | file://selftest-replaceme-inst-todir-globfile \ |
16 | file://selftest-replaceme-inst-func" | 16 | file://selftest-replaceme-inst-func" |
17 | 17 | ||
18 | EXCLUDE_FROM_WORLD = "1" | ||
19 | |||
18 | install_extrafunc() { | 20 | install_extrafunc() { |
19 | install -m 0644 ${WORKDIR}/selftest-replaceme-inst-func ${D}${datadir}/selftest-replaceme-inst-func | 21 | install -m 0644 ${WORKDIR}/selftest-replaceme-inst-func ${D}${datadir}/selftest-replaceme-inst-func |
20 | } | 22 | } |