thor: initial machine creation
Signed-off-by: yongbing yang <SnowYang@linux.alibaba.com>
Change-Id: Ic0248e729ac47d692c059648fcf60b297de2ae3d
diff --git a/meta-alibaba/meta-thor/conf/layer.conf b/meta-alibaba/meta-thor/conf/layer.conf
new file mode 100644
index 0000000..149bdf8
--- /dev/null
+++ b/meta-alibaba/meta-thor/conf/layer.conf
@@ -0,0 +1,9 @@
+# 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 += ""
+BBFILE_PATTERN := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT = "dunfell gatesgarth"