meta-yadro: initial bring up for VEGMAN machines
Introduce new meta-layer for Yadro VEGMAN servers family.
This brings initial image build information: layer meta-data, kernel
configuration and basic software set.
Change-Id: Iad21dc55dab0803ee7476f91861c6a07e9838e6d
Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com>
diff --git a/meta-yadro/meta-vegman/conf/layer.conf b/meta-yadro/meta-vegman/conf/layer.conf
new file mode 100644
index 0000000..0924bdb
--- /dev/null
+++ b/meta-yadro/meta-vegman/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 += "vegman-layer"
+BBFILE_PATTERN_vegman-layer := "^${LAYERDIR}/"
+
+LAYERSERIES_COMPAT_vegman-layer := "hardknott honister"