layer.conf: update LAYERSERIES_COMPAT to use whinlatter

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>
This commit is contained in:
Yogesh Tyagi 2025-07-07 14:58:22 +08:00 committed by Anuj Mittal
parent c447beae82
commit c1f4b9a32f
No known key found for this signature in database
GPG Key ID: B749E1556041E1B2

View File

@ -14,7 +14,7 @@ LAYERDEPENDS_dpdk = "core"
# This should only be incremented on significant changes that will # This should only be incremented on significant changes that will
# cause compatibility issues with other layers # cause compatibility issues with other layers
LAYERVERSION_dpdk = "1" LAYERVERSION_dpdk = "1"
LAYERSERIES_COMPAT_dpdk = "scarthgap styhead walnascar" LAYERSERIES_COMPAT_dpdk = "walnascar whinlatter"
BBFILES_DYNAMIC += " \ BBFILES_DYNAMIC += " \
clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \