summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2025-07-07 14:58:22 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2025-07-08 12:55:55 +0800
commitc1f4b9a32fc0f87b0f732bcd908dd0f67f5ad9b1 (patch)
tree3206d2851a71dedfd28c8f03603bf1645b1a8809
parentc447beae82cd49b0b677444c1990401e3ce3fd62 (diff)
downloadmeta-dpdk-master.tar.gz
layer.conf: update LAYERSERIES_COMPAT to use whinlatterHEADmaster
Drop scarthgap and styhead from LAYERSERIES_COMPAT Signed-off-by: Yogesh Tyagi <yogesh.tyagi@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 3e6aa50..41f4c62 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,7 +14,7 @@ LAYERDEPENDS_dpdk = "core"
14# This should only be incremented on significant changes that will 14# This should only be incremented on significant changes that will
15# cause compatibility issues with other layers 15# cause compatibility issues with other layers
16LAYERVERSION_dpdk = "1" 16LAYERVERSION_dpdk = "1"
17LAYERSERIES_COMPAT_dpdk = "scarthgap styhead walnascar" 17LAYERSERIES_COMPAT_dpdk = "walnascar whinlatter"
18 18
19BBFILES_DYNAMIC += " \ 19BBFILES_DYNAMIC += " \
20 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 20 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \