meta-facebook: minerva: Initial commit
Initial commit for platform minerva
Tested:
Build Success.
Change-Id: I29c90c4ce3174f3312a79fe313c60bcf8f7b6d4b
Signed-off-by: Yang Chen <yang.chen@quantatw.com>
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meta-facebook/meta-minerva/conf/layer.conf b/meta-facebook/meta-minerva/conf/layer.conf
new file mode 100644
index 0000000..f0c0ce3
--- /dev/null
+++ b/meta-facebook/meta-minerva/conf/layer.conf
@@ -0,0 +1,11 @@
+# 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 += "minerva-layer"
+BBFILE_PATTERN_minerva-layer := "^${LAYERDIR}/"
+
+LAYERSERIES_COMPAT_minerva-layer := "nanbield scarthgap"