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/conf/layer.conf b/meta-yadro/conf/layer.conf
new file mode 100644
index 0000000..7feac4c
--- /dev/null
+++ b/meta-yadro/conf/layer.conf
@@ -0,0 +1,11 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+BBFILE_COLLECTIONS += "yadro-layer"
+BBFILE_PATTERN_yadro-layer = "^${LAYERDIR}/"
+BBFILE_PATTERN_IGNORE_EMPTY_yadro-layer = "1"
+
+LAYERSERIES_COMPAT_yadro-layer = "thud warrior"
+
+# Provide a variable that points the base of the yadro layer.
+YADROBASE = '${@os.path.normpath("${LAYERDIR}/")}'