layer.conf: update LAYERSERIES_COMPAT

Remove kirkstone compatibility claim and make sure we're able to execute
the oeqa tests.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2024-05-27 18:45:56 +08:00
parent 98a4c95816
commit a672e9116a

View File

@ -19,7 +19,7 @@ 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 = "kirkstone scarthgap" LAYERSERIES_COMPAT_intel = "scarthgap styhead"
BBFILES_DYNAMIC += " \ BBFILES_DYNAMIC += " \
clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \
@ -42,4 +42,4 @@ PREFERRED_PROVIDER_libva-utils ?= "libva-utils"
PREFERRED_PROVIDER_libva-utils-native ?= "libva-utils-native" PREFERRED_PROVIDER_libva-utils-native ?= "libva-utils-native"
PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils" PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils"
# addpylib ${LAYERDIR}/lib oeqa addpylib ${LAYERDIR}/lib oeqa