Move feature code into the meta recipes
[AGL/meta-agl-demo.git] / templates / feature / agl-demo / 50_bblayers.conf.inc
diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc
new file mode 100644 (file)
index 0000000..7f04f69
--- /dev/null
@@ -0,0 +1,13 @@
+# This layer contains the WIP feature/demo code only
+#---------------------------------------------------
+BBLAYERS =+ " \
+   ${METADIR}/meta-agl-demo \
+"
+
+# These are the dependencies of the AGL DEMO Layer
+#-------------------------------------------------
+BBLAYERS =+ " \
+   ${METADIR}/meta-oic \
+   ${METADIR}/meta-qt5 \
+"
+