summaryrefslogtreecommitdiffstats
path: root/meta-oe/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/conf/layer.conf')
-rw-r--r--meta-oe/conf/layer.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 434537fd3..adcec8302 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -25,7 +25,9 @@ BBFILE_PRIORITY_openembedded-layer = "6"
25 25
26# only activates content when identified layers are present, 26# only activates content when identified layers are present,
27# to ensure yocto compatibility check pass 27# to ensure yocto compatibility check pass
28BBFILES_DYNAMIC += "meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ 28BBFILES_DYNAMIC += " \
29meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
30perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \
29" 31"
30 32
31# This should only be incremented on significant changes that will 33# This should only be incremented on significant changes that will