diff options
author | 2016-03-03 20:48:51 +0900 | |
---|---|---|
committer | 2016-03-04 10:18:50 +0900 | |
commit | 35b95178dbe3f092589b1b05ce5a615463a4c778 (patch) | |
tree | c0f3e85df73dd7a5c9ce71459223dbb97cff45d9 /meta-ivi-test | |
parent | e42777ef74b476ed6702b036818bcffd4fe0d768 (diff) | |
download | meta-ivi-35b95178dbe3f092589b1b05ce5a615463a4c778.tar.gz meta-ivi-35b95178dbe3f092589b1b05ce5a615463a4c778.tar.bz2 meta-ivi-35b95178dbe3f092589b1b05ce5a615463a4c778.zip |
meta-ivi-test: add layers for test packages
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
Diffstat (limited to 'meta-ivi-test')
-rw-r--r-- | meta-ivi-test/conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-ivi-test/conf/layer.conf b/meta-ivi-test/conf/layer.conf new file mode 100644 index 0000000..64fa5cf --- /dev/null +++ b/meta-ivi-test/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "ivitest" +BBFILE_PATTERN_ivitest = "^${LAYERDIR}/" +BBFILE_PRIORITY_ivitest = "7" |