From a89e233e302e35ba4bc7daaf26e9acf201fa4bf0 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 11 Sep 2023 09:13:22 +0800 Subject: layer.conf: update LAYERSERIES_COMPAT to use nanbield Remove langdale and mickledore from what is supported as well. 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 179ff37b..c90687db 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -19,7 +19,7 @@ LAYERRECOMMENDS_intel = "dpdk" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_intel = "5" -LAYERSERIES_COMPAT_intel = "kirkstone langdale mickledore" +LAYERSERIES_COMPAT_intel = "kirkstone nanbield" BBFILES_DYNAMIC += " \ clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ -- cgit v1.2.3-54-g00ecf