Initial commit to support Supermicro X11SPI platform

Signed-off-by: Ryan Sie <ryans@supermicro.com.tw>
Change-Id: I7b69a9315a709e296eacd949c8226ac83ba09466
diff --git a/meta-supermicro/conf/layer.conf b/meta-supermicro/conf/layer.conf
new file mode 100644
index 0000000..23b7406
--- /dev/null
+++ b/meta-supermicro/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}/meta-common/recipes-*/*/*.bb \
+            ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "supermicro-layer"
+BBFILE_PATTERN_supermicro-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_supermicro-layer := "dunfell gatesgarth"
+