summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-quanta/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-quanta/conf/layer.conf b/meta-quanta/conf/layer.conf
index 8bbd31dca..fb4c08315 100644
--- a/meta-quanta/conf/layer.conf
+++ b/meta-quanta/conf/layer.conf
@@ -2,7 +2,7 @@
BBPATH .= ":${LAYERDIR}"
BBFILE_COLLECTIONS += "quanta"
-BBFILE_PATTERN_quanta = ""
+BBFILE_PATTERN_quanta := "^${LAYERDIR}/"
# Provide a variable that points the base of the quanta layer.
QUANTABASE = '${@os.path.normpath("${LAYERDIR}/")}'