summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-03-31 10:51:49 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-03-31 10:51:49 +0800
commit6fdc5a87499345ff096d3e23e953b9a1cc1d8395 (patch)
tree7a878cd08114121d623479bea697a495ab321658
parent99b7249250bc3f8aecdc4d561716c8d2467dc2c4 (diff)
downloadmeta-dpdk-6fdc5a87499345ff096d3e23e953b9a1cc1d8395.tar.gz
layer.conf: add compatibility with dunfell
And remove thud and warrior as they are not 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 f631e0e..f395aff 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 = "thud warrior zeus" 17LAYERSERIES_COMPAT_dpdk = "zeus dunfell"