aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index e961f84..d8fe9ac 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,8 +8,8 @@ BBFILE_PRIORITY_backports = "5"
# Let us add layer-specific bbappends which are only applied when that
# layer is included in our configuration
# includes customization and/or backports
-BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \
+BBFILES_DYNAMIC += "${@' '.join('%s:${LAYERDIR}/%s/recipes*/*/*.bbappend' % (layer, layer) \
for layer in BBFILE_COLLECTIONS.split())}"
# Add layer-specific bb files too
-BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \
+BBFILES_DYNAMIC += "${@' '.join('%s:${LAYERDIR}/%s/recipes*/*/*.bb' % (layer, layer) \
for layer in BBFILE_COLLECTIONS.split())}"