The starting point of layers for AGL Demo Platform
[AGL/meta-agl-demo.git] / conf / layer.conf
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644 (file)
index 0000000..0047d61
--- /dev/null
@@ -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 += "agl-demo"
+BBFILE_PATTERN_agl-demo = "^${LAYERDIR}/"
+BBFILE_PRIORITY_agl-demo = "7"