This means mismatched layers are more clearly identified to the user in
cases where compatibility has not been tested.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"
BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
BBFILE_PRIORITY_yoctobsp = "5"
LAYERVERSION_yoctobsp = "3"
+LAYERSERIES_COMPAT_yoctobsp = "rocko"