meta-yadro: Initial version of meta-vesnin layer
VESNIN is a quad OpenPower P8 machine manufactored by YADRO.
The machine uses an AST2400 BMC SoC.
Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
diff --git a/meta-vesnin/conf/layer.conf b/meta-vesnin/conf/layer.conf
new file mode 100644
index 0000000..c8e7890
--- /dev/null
+++ b/meta-vesnin/conf/layer.conf
@@ -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 += "vesnin-layer"
+BBFILE_PATTERN_vesnin-layer = "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_vesnin-layer = "thud warrior"