summaryrefslogtreecommitdiff
path: root/meta-supermicro/meta-x11spi/conf/layer.conf
diff options
context:
space:
mode:
authorRyan Sie <ryans@supermicro.com.tw>2021-01-27 08:43:03 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-01-30 19:44:08 +0300
commitcf285424e1a4e22535a3fc1259f78252be1709d2 (patch)
tree85be3ec2d9e8ae1820a3efdab9ba8df2956133f7 /meta-supermicro/meta-x11spi/conf/layer.conf
parenteef6386ca7c8a62f37fc84a0a5a68842183cdfb0 (diff)
downloadopenbmc-cf285424e1a4e22535a3fc1259f78252be1709d2.tar.xz
Initial commit to support Supermicro X11SPI platform
Signed-off-by: Ryan Sie <ryans@supermicro.com.tw> Change-Id: I7b69a9315a709e296eacd949c8226ac83ba09466
Diffstat (limited to 'meta-supermicro/meta-x11spi/conf/layer.conf')
-rw-r--r--meta-supermicro/meta-x11spi/conf/layer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-supermicro/meta-x11spi/conf/layer.conf b/meta-supermicro/meta-x11spi/conf/layer.conf
new file mode 100644
index 000000000..86e0a91d6
--- /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"