From 6fdc5a87499345ff096d3e23e953b9a1cc1d8395 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 31 Mar 2020 10:51:49 +0800 Subject: layer.conf: add compatibility with dunfell And remove thud and warrior as they are not 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 f631e0e..f395aff 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 = "thud warrior zeus" +LAYERSERIES_COMPAT_dpdk = "zeus dunfell" -- cgit v1.2.3-54-g00ecf