From 018b001b763a3db1629fa8478fa4705e8ae53062 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 8 Oct 2019 19:06:45 -0400 Subject: [PATCH] layer: add zeus as compatible 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 e7fba79d..dfca6dac 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 = "thud warrior" +LAYERSERIES_COMPAT_virtualization-layer = "thud warrior zeus" LAYERDEPENDS_virtualization-layer = " \ core \ openembedded-layer \