summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-08-03 23:49:20 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-03 23:51:34 +0800
commitdec69339617632f2a1dcf18b7c122ea125ab6810 (patch)
treebf9b6bc05cfef5b96338f4a43b35e8d7ebbeab3f
parent770364576514c867b8ef5b56c94d0b1b569bae44 (diff)
downloadmeta-dpdk-dec69339617632f2a1dcf18b7c122ea125ab6810.tar.gz
layer.conf: add honister to LAYERSERIES_COMPAT
Mark the layer as compatible with honister and remove gatesgarth. 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 1173e6d..d65d33c 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 = "dunfell gatesgarth hardknott" 17LAYERSERIES_COMPAT_dpdk = "dunfell hardknott honister"