From dec69339617632f2a1dcf18b7c122ea125ab6810 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 3 Aug 2021 23:49:20 +0800 Subject: layer.conf: add honister to LAYERSERIES_COMPAT Mark the layer as compatible with honister and remove gatesgarth. 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 1173e6d..d65d33c 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 = "dunfell gatesgarth hardknott" +LAYERSERIES_COMPAT_dpdk = "dunfell hardknott honister" -- cgit v1.2.3-54-g00ecf