meta-yadro: add subtree

Alexander Filippov (4):
      Initial commit
      meta-yadro: Initial version of meta-vesnin layer
      meta-yadro: Add readme files
      meta-vesnin: Use VESNIN DTS from kernel repo

Change-Id: Ifa6f1ad3890af4800d27a76fb709e8f8d91295df
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-yadro/meta-vesnin/conf/layer.conf b/meta-yadro/meta-vesnin/conf/layer.conf
new file mode 100644
index 0000000..c8e7890
--- /dev/null
+++ b/meta-yadro/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"