From dd993590cd75f354da5e3bc8edce4063a2e445d0 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 19 Oct 2020 11:49:28 +0800 Subject: layer.conf: add gatesgarth to LAYERSERIES_COMPAT And remove zeus as that is no longer supported or tested. Signed-off-by: Anuj Mittal --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index f395aff..f7d0dda 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,4 +14,4 @@ LAYERDEPENDS_dpdk = "core" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_dpdk = "1" -LAYERSERIES_COMPAT_dpdk = "zeus dunfell" +LAYERSERIES_COMPAT_dpdk = "dunfell gatesgarth" -- cgit v1.2.3-54-g00ecf