summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-10-19 11:49:28 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-10-19 11:51:45 +0800
commitdd993590cd75f354da5e3bc8edce4063a2e445d0 (patch)
treedacb1a276a89780c21e10819dad17dd1021dfc54
parentae5d09f376d8e1ecda101be53119976812dbec3e (diff)
downloadmeta-dpdk-dd993590cd75f354da5e3bc8edce4063a2e445d0.tar.gz
layer.conf: add gatesgarth to LAYERSERIES_COMPAT
And remove zeus as that is no longer supported or tested. Signed-off-by: Anuj Mittal <anuj.mittal@intel.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 f395aff..f7d0dda 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,4 +14,4 @@ LAYERDEPENDS_dpdk = "core"
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_dpdk = "1" 16LAYERVERSION_dpdk = "1"
17LAYERSERIES_COMPAT_dpdk = "zeus dunfell" 17LAYERSERIES_COMPAT_dpdk = "dunfell gatesgarth"