From: Richard Purdie Date: Wed, 7 Jun 2017 09:20:23 +0000 (+0100) Subject: meta-yocto: Add LAYERSERIES_COMPAT markup to layer.conf X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca35ea46708e0514e4d5a20950880be0bf1d4147;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta-yocto: Add LAYERSERIES_COMPAT markup to layer.conf This means mismatched layers are more clearly identified to the user in cases where compatibility has not been tested. Signed-off-by: Richard Purdie --- diff --git a/meta-poky/conf/layer.conf b/meta-poky/conf/layer.conf index 8b7b33d48cc..26d7c3becd6 100644 --- a/meta-poky/conf/layer.conf +++ b/meta-poky/conf/layer.conf @@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "yocto" BBFILE_PATTERN_yocto = "^${LAYERDIR}/" BBFILE_PRIORITY_yocto = "5" +LAYERSERIES_COMPAT_yocto = "rocko" + # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_yocto = "3" diff --git a/meta-yocto-bsp/conf/layer.conf b/meta-yocto-bsp/conf/layer.conf index 44dbca60f71..7b565f222aa 100644 --- a/meta-yocto-bsp/conf/layer.conf +++ b/meta-yocto-bsp/conf/layer.conf @@ -9,3 +9,4 @@ BBFILE_COLLECTIONS += "yoctobsp" BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" BBFILE_PRIORITY_yoctobsp = "5" LAYERVERSION_yoctobsp = "3" +LAYERSERIES_COMPAT_yoctobsp = "rocko"