summaryrefslogtreecommitdiffstats
path: root/meta-layerindex-test/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-layerindex-test/conf')
-rw-r--r--meta-layerindex-test/conf/layer.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-layerindex-test/conf/layer.conf b/meta-layerindex-test/conf/layer.conf
new file mode 100644
index 0000000..7134c20
--- /dev/null
+++ b/meta-layerindex-test/conf/layer.conf
@@ -0,0 +1,13 @@
+# 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 += "meta-layerindex-test"
+BBFILE_PATTERN_meta-layerindex-test = "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-layerindex-test = "6"
+
+#LAYERDEPENDS_meta-layerindex-test = "core"
+LAYERSERIES_COMPAT_meta-layerindex-test = "sumo"