Initial commit to support Supermicro X11SPI platform

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