summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-09-11 09:13:22 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-09-11 09:13:22 +0800
commita89e233e302e35ba4bc7daaf26e9acf201fa4bf0 (patch)
treed1669d9a98339d2cb7c0dfd4cbb29de321b52e65 /conf
parent0ccbd5e710b827a1cc73acf0ac75c395edc57b59 (diff)
downloadmeta-intel-a89e233e302e35ba4bc7daaf26e9acf201fa4bf0.tar.gz
layer.conf: update LAYERSERIES_COMPAT to use nanbield
Remove langdale and mickledore from what is supported as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"
19# This should only be incremented on significant changes that will 19# This should only be incremented on significant changes that will
20# cause compatibility issues with other layers 20# cause compatibility issues with other layers
21LAYERVERSION_intel = "5" 21LAYERVERSION_intel = "5"
22LAYERSERIES_COMPAT_intel = "kirkstone langdale mickledore" 22LAYERSERIES_COMPAT_intel = "kirkstone nanbield"
23 23
24BBFILES_DYNAMIC += " \ 24BBFILES_DYNAMIC += " \
25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \