summaryrefslogtreecommitdiff
path: root/meta-fii/meta-kudo/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fii/meta-kudo/conf/layer.conf')
-rw-r--r--meta-fii/meta-kudo/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-fii/meta-kudo/conf/layer.conf b/meta-fii/meta-kudo/conf/layer.conf
new file mode 100644
index 000000000..e5a3c34af
--- /dev/null
+++ b/meta-fii/meta-kudo/conf/layer.conf
@@ -0,0 +1,10 @@
+# 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 += "kudo-layer"
+BBFILE_PATTERN_kudo-layer = "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_kudo-layer = "warrior zeus dunfell"