From 33decb1431d9a37dfccc7e60a6257940a7e38e6b Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 30 Sep 2022 08:27:42 +0800 Subject: conf/layer.conf: add langdale to LAYERSERIES_COMPAT Make sure we're compatible with upcoming release. Also remove compatibility with old releases. 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 7ff2dd1..9bef296 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 hardknott honister kirkstone" +LAYERSERIES_COMPAT_dpdk = "kirkstone langdale" -- cgit v1.2.3-54-g00ecf