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>
This commit is contained in:
Anuj Mittal 2021-08-03 23:49:20 +08:00
parent 7703645765
commit dec6933961

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 = "dunfell gatesgarth hardknott"
LAYERSERIES_COMPAT_dpdk = "dunfell hardknott honister"