From 489a7864697000117b6479cc3d6269e9eba3858e Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 7 Jun 2017 10:13:04 -0500 Subject: layer.conf: 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: Saul Wold --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 581f9af5..53d0bdc9 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,5 +15,7 @@ LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_intel = "3" +LAYERSERIES_COMPAT_intel = "rocko" + require ${LAYERDIR}/conf/include/maintainers.inc -- cgit v1.2.3-54-g00ecf