Support whinlatter only

Yocto 5.3 merged most of meta-clang.
Move recipes from dynamic-layers/clang-layer to the toplevel.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
This commit is contained in:
Zoltán Böszörményi 2025-11-04 13:27:30 +01:00 committed by Yogesh Tyagi
parent 76ba934953
commit 36e44b684c
16 changed files with 1 additions and 3 deletions

View File

@ -19,11 +19,9 @@ LAYERRECOMMENDS_intel = "dpdk"
# 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_intel = "5" LAYERVERSION_intel = "5"
LAYERSERIES_COMPAT_intel = "scarthgap whinlatter" LAYERSERIES_COMPAT_intel = "whinlatter"
BBFILES_DYNAMIC += " \ BBFILES_DYNAMIC += " \
clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \
clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bbappend \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bb \ meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bb \