diff options
Diffstat (limited to 'meta-agl-core-test/conf')
-rw-r--r-- | meta-agl-core-test/conf/include/agl-test.inc | 0 | ||||
-rw-r--r-- | meta-agl-core-test/conf/layer.conf | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/meta-agl-core-test/conf/include/agl-test.inc b/meta-agl-core-test/conf/include/agl-test.inc new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/meta-agl-core-test/conf/include/agl-test.inc diff --git a/meta-agl-core-test/conf/layer.conf b/meta-agl-core-test/conf/layer.conf new file mode 100644 index 000000000..2ce0c18f1 --- /dev/null +++ b/meta-agl-core-test/conf/layer.conf @@ -0,0 +1,14 @@ +# 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 += "aglcoretest" +BBFILE_PATTERN_aglcoretest = "^${LAYERDIR}/" +BBFILE_PRIORITY_aglcoretest = "60" + +LAYERSERIES_COMPAT_aglcoretest = "dunfell" +LAYERDEPENDS_aglcoretest = "core aglcore" +LAYERDEPENDS_aglcoretest += "openembedded-layer" |