summaryrefslogtreecommitdiff
path: root/meta-supermicro/meta-x11spi/conf/layer.conf
diff options
context:
space:
mode:
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"