summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-04-02 02:45:25 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-04-02 02:45:25 -0400
commit24218342dc5d4b80e406ccf3d31cc7959217f3bd (patch)
treeffc4c301a5277ba4bcdc0f5d2bf88766911bc5e9
parent3910d2fd292e6ae3efaeddd34d2cbca05e9d7b6b (diff)
downloadmeta-virtualization-24218342dc5d4b80e406ccf3d31cc7959217f3bd.tar.gz
conf: add warrior to layer compat
In preparation for the spring release, we drop sumo and add warrior to the layer compat variable. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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 dc42e603..be1f2220 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"
17LAYERSERIES_COMPAT_virtualization-layer = "sumo thud" 17LAYERSERIES_COMPAT_virtualization-layer = "thud warrior"
18LAYERDEPENDS_virtualization-layer = " \ 18LAYERDEPENDS_virtualization-layer = " \
19 core \ 19 core \
20 openembedded-layer \ 20 openembedded-layer \