mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
98a4c95816
commit
a672e9116a
|
@ -19,7 +19,7 @@ LAYERRECOMMENDS_intel = "dpdk"
|
|||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_intel = "5"
|
||||
LAYERSERIES_COMPAT_intel = "kirkstone scarthgap"
|
||||
LAYERSERIES_COMPAT_intel = "scarthgap styhead"
|
||||
|
||||
BBFILES_DYNAMIC += " \
|
||||
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_nativesdk-libva-utils ?= "nativesdk-libva-utils"
|
||||
|
||||
# addpylib ${LAYERDIR}/lib oeqa
|
||||
addpylib ${LAYERDIR}/lib oeqa
|
||||
|
|
Loading…
Reference in New Issue
Block a user