aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/conf')
-rw-r--r--meta-initramfs/conf/layer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf
new file mode 100644
index 0000000000..469cde5e33
--- /dev/null
+++ b/meta-initramfs/conf/layer.conf
@@ -0,0 +1,11 @@
+# Layer configuration for meta-initramfs layer
+
+# We have a conf and classes directory, prepend to BBPATH to prefer our versions
+BBPATH := "${LAYERDIR}:${BBPATH}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-initramfs"
+BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-initramfs = "8"