summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-06-07 10:13:04 -0500
committerSaul Wold <sgw@linux.intel.com>2017-06-07 10:13:04 -0500
commit489a7864697000117b6479cc3d6269e9eba3858e (patch)
tree1dc08381ac62f0052f74588bb41a5cad4862e340
parent6562bbc250f4752d1077abaa7fafe4f0f611e2ae (diff)
downloadmeta-intel-489a7864697000117b6479cc3d6269e9eba3858e.tar.gz
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 <sgw@linux.intel.com>
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
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"
15# This should only be incremented on significant changes that will 15# This should only be incremented on significant changes that will
16# cause compatibility issues with other layers 16# cause compatibility issues with other layers
17LAYERVERSION_intel = "3" 17LAYERVERSION_intel = "3"
18LAYERSERIES_COMPAT_intel = "rocko"
19
18 20
19require ${LAYERDIR}/conf/include/maintainers.inc 21require ${LAYERDIR}/conf/include/maintainers.inc