diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2022-02-18 22:38:41 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-02-22 21:59:43 +0800 |
| commit | 2bdc432840d0f862fec965281540dbe91d8eb565 (patch) | |
| tree | 74f5dd5921d465db966e7e5156dfbb8529939e32 /conf/layer.conf | |
| parent | 498074073ff01caee4ea057e20393660a6c8a8b3 (diff) | |
| download | meta-intel-2bdc432840d0f862fec965281540dbe91d8eb565.tar.gz | |
layer.conf: include kirkstone in LAYERSERIES_COMPAT
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf/layer.conf')
| -rw-r--r-- | conf/layer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 54e98c03..037d1ab4 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -19,7 +19,7 @@ LAYERRECOMMENDS_intel = "dpdk" | |||
| 19 | # This should only be incremented on significant changes that will | 19 | # This should only be incremented on significant changes that will |
| 20 | # cause compatibility issues with other layers | 20 | # cause compatibility issues with other layers |
| 21 | LAYERVERSION_intel = "5" | 21 | LAYERVERSION_intel = "5" |
| 22 | LAYERSERIES_COMPAT_intel = "dunfell hardknott honister" | 22 | LAYERSERIES_COMPAT_intel = "dunfell hardknott honister kirkstone" |
| 23 | 23 | ||
| 24 | BBFILES_DYNAMIC += " \ | 24 | BBFILES_DYNAMIC += " \ |
| 25 | clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ | 25 | clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ |
| @@ -46,4 +46,4 @@ PREFERRED_PROVIDER_libva-utils ?= "libva-utils" | |||
| 46 | PREFERRED_PROVIDER_libva-utils-native ?= "libva-utils-native" | 46 | PREFERRED_PROVIDER_libva-utils-native ?= "libva-utils-native" |
| 47 | PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils" | 47 | PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils" |
| 48 | 48 | ||
| 49 | X86_TUNE_DIR = "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'honister', 'include/x86', 'include', d)}" | 49 | X86_TUNE_DIR = "${@bb.utils.contains_any('LAYERSERIES_CORENAMES', 'honister kirkstone', 'include/x86', 'include', d)}" |
