diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-04-02 02:45:25 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-04-02 02:45:25 -0400 |
commit | 24218342dc5d4b80e406ccf3d31cc7959217f3bd (patch) | |
tree | ffc4c301a5277ba4bcdc0f5d2bf88766911bc5e9 | |
parent | 3910d2fd292e6ae3efaeddd34d2cbca05e9d7b6b (diff) | |
download | meta-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.conf | 2 |
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 |
16 | LAYERVERSION_virtualization-layer = "1" | 16 | LAYERVERSION_virtualization-layer = "1" |
17 | LAYERSERIES_COMPAT_virtualization-layer = "sumo thud" | 17 | LAYERSERIES_COMPAT_virtualization-layer = "thud warrior" |
18 | LAYERDEPENDS_virtualization-layer = " \ | 18 | LAYERDEPENDS_virtualization-layer = " \ |
19 | core \ | 19 | core \ |
20 | openembedded-layer \ | 20 | openembedded-layer \ |