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>
This commit is contained in:
Anuj Mittal 2020-10-19 11:49:28 +08:00
parent ae5d09f376
commit dd993590cd

View File

@ -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"