mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
layer.conf: include kirkstone in LAYERSERIES_COMPAT
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
498074073f
commit
2bdc432840
|
@ -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 = "dunfell hardknott honister"
|
LAYERSERIES_COMPAT_intel = "dunfell hardknott honister kirkstone"
|
||||||
|
|
||||||
BBFILES_DYNAMIC += " \
|
BBFILES_DYNAMIC += " \
|
||||||
clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \
|
clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \
|
||||||
|
@ -46,4 +46,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"
|
||||||
|
|
||||||
X86_TUNE_DIR = "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'honister', 'include/x86', 'include', d)}"
|
X86_TUNE_DIR = "${@bb.utils.contains_any('LAYERSERIES_CORENAMES', 'honister kirkstone', 'include/x86', 'include', d)}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user