summaryrefslogtreecommitdiff
path: root/meta-amd/meta-ethanolx/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd/meta-ethanolx/conf/layer.conf')
-rw-r--r--meta-amd/meta-ethanolx/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-amd/meta-ethanolx/conf/layer.conf b/meta-amd/meta-ethanolx/conf/layer.conf
new file mode 100644
index 000000000..0d9d81c99
--- /dev/null
+++ b/meta-amd/meta-ethanolx/conf/layer.conf
@@ -0,0 +1,12 @@
+# 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 += "ethanolx-layer"
+BBFILE_PATTERN_ethanolx-layer = "^${LAYERDIR}/"
+BBFILE_PRIORITY_ethanolx-layer = "6"
+
+LAYERSERIES_COMPAT_ethanolx-layer = "warrior zeus dunfell"