summaryrefslogtreecommitdiff
path: root/meta-quanta/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-quanta/conf/layer.conf')
-rw-r--r--meta-quanta/conf/layer.conf9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-quanta/conf/layer.conf b/meta-quanta/conf/layer.conf
index 9ff2efe1b..6bc649299 100644
--- a/meta-quanta/conf/layer.conf
+++ b/meta-quanta/conf/layer.conf
@@ -1,8 +1,13 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
-BBFILE_COLLECTIONS += "quanta"
-BBFILE_PATTERN_quanta = ""
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "quanta-layer"
+BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_quanta-layer = "thud warrior"
# Provide a variable that points the base of the quanta layer.
QUANTABASE = '${@os.path.normpath("${LAYERDIR}/")}'