aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/conf')
-rw-r--r--meta-python/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
new file mode 100644
index 0000000000..4e8eca3c33
--- /dev/null
+++ b/meta-python/conf/layer.conf
@@ -0,0 +1,9 @@
+# We might have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-python"
+BBFILE_PATTERN_meta-python := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-python = "7"