From 24218342dc5d4b80e406ccf3d31cc7959217f3bd Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 2 Apr 2019 02:45:25 -0400 Subject: [PATCH] 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 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_virtualization-layer = "1" -LAYERSERIES_COMPAT_virtualization-layer = "sumo thud" +LAYERSERIES_COMPAT_virtualization-layer = "thud warrior" LAYERDEPENDS_virtualization-layer = " \ core \ openembedded-layer \