diff options
-rw-r--r-- | meta-poky/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-yocto-bsp/conf/layer.conf | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-poky/conf/layer.conf b/meta-poky/conf/layer.conf index 8b7b33d48c..26d7c3becd 100644 --- a/meta-poky/conf/layer.conf +++ b/meta-poky/conf/layer.conf | |||
@@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "yocto" | |||
9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_yocto = "5" | 10 | BBFILE_PRIORITY_yocto = "5" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_yocto = "rocko" | ||
13 | |||
12 | # This should only be incremented on significant changes that will | 14 | # This should only be incremented on significant changes that will |
13 | # cause compatibility issues with other layers | 15 | # cause compatibility issues with other layers |
14 | LAYERVERSION_yocto = "3" | 16 | LAYERVERSION_yocto = "3" |
diff --git a/meta-yocto-bsp/conf/layer.conf b/meta-yocto-bsp/conf/layer.conf index 44dbca60f7..7b565f222a 100644 --- a/meta-yocto-bsp/conf/layer.conf +++ b/meta-yocto-bsp/conf/layer.conf | |||
@@ -9,3 +9,4 @@ BBFILE_COLLECTIONS += "yoctobsp" | |||
9 | BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_yoctobsp = "5" | 10 | BBFILE_PRIORITY_yoctobsp = "5" |
11 | LAYERVERSION_yoctobsp = "3" | 11 | LAYERVERSION_yoctobsp = "3" |
12 | LAYERSERIES_COMPAT_yoctobsp = "rocko" | ||