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>
This commit is contained in:
Anuj Mittal 2020-03-31 10:51:49 +08:00
parent 99b7249250
commit 6fdc5a8749

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 = "thud warrior zeus"
LAYERSERIES_COMPAT_dpdk = "zeus dunfell"