summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-04-06 08:30:39 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-06 08:30:39 -0400
commit3c3a4cd388a258c20fa2143527fa5623a6a324b1 (patch)
tree7384253cec904a1cd3a10c4b2607ecb5711d853e
parente9d74162a9bfdbf0a51f230ad9bedeab920552f4 (diff)
downloadmeta-virtualization-3c3a4cd388a258c20fa2143527fa5623a6a324b1.tar.gz
layer: add LAYERSERIES_COMPAT
It will become a visible warning if LAYERSERIES_COMPAT is not set, so we add it to our layers, and set it to rocko. Once sumo releases and branched, we'll change the value. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index f75ed368..1151ce35 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,7 +14,7 @@ LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
14# This should only be incremented on significant changes that will 14# This should only be incremented on significant changes that will
15# cause compatibility issues with other layers 15# cause compatibility issues with other layers
16LAYERVERSION_virtualization-layer = "1" 16LAYERVERSION_virtualization-layer = "1"
17 17LAYERSERIES_COMPAT_virtualization-layer = "rocko"
18LAYERDEPENDS_virtualization-layer = "core networking-layer" 18LAYERDEPENDS_virtualization-layer = "core networking-layer"
19 19
20# Override security flags 20# Override security flags