Initial check-in
[AGL/meta-agl-cluster-demo.git] / conf / layer.conf
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644 (file)
index 0000000..3e98b51
--- /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-cluster-demo"
+BBFILE_PATTERN_agl-cluster-demo = "^${LAYERDIR}/"
+BBFILE_PRIORITY_agl-cluster-demo = "7"