summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2024-03-07 22:51:54 -0800
committerAnuj Mittal <anuj.mittal@intel.com>2024-03-11 13:47:18 +0800
commitec6e087a9fb582a3449d8bdf80db0e98dea9d19c (patch)
tree3ef65c2b80ea0a255bcf7f6d4bfbfdbf3dfeeb0f
parent9ed54a13803e42ca40589d6ce02c76f3162f6b73 (diff)
downloadmeta-intel-ec6e087a9fb582a3449d8bdf80db0e98dea9d19c.tar.gz
layer.conf: update LAYERSERIES_COMPAT to use scarthgap
Drop compatibility to nanbield. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index c90687db..97dfb897 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 nanbield" 22LAYERSERIES_COMPAT_intel = "kirkstone scarthgap"
23 23
24BBFILES_DYNAMIC += " \ 24BBFILES_DYNAMIC += " \
25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \