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.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index c5377362e..652a378f2 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -23,6 +23,11 @@ BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
23 23
24BBFILE_PRIORITY_openembedded-layer = "6" 24BBFILE_PRIORITY_openembedded-layer = "6"
25 25
26# only activates content when identified layers are present,
27# to ensure yocto compatibility check pass
28BBFILES_DYNAMIC += "meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
29"
30
26# This should only be incremented on significant changes that will 31# This should only be incremented on significant changes that will
27# cause compatibility issues with other layers 32# cause compatibility issues with other layers
28LAYERVERSION_openembedded-layer = "1" 33LAYERVERSION_openembedded-layer = "1"