diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2025-07-25 13:31:48 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-08-04 12:36:12 +0800 |
commit | 13628c25b6b1db94c2ce6d33bebec68bcf57bb16 (patch) | |
tree | e95d83cbac8e790fe7b4c450f9d88048a8fc22c3 | |
parent | 299e2cff54d7e997a72124da442093181fe9a111 (diff) | |
download | meta-intel-13628c25b6b1db94c2ce6d33bebec68bcf57bb16.tar.gz |
openvkl : set a baseline policy version for cmake
Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1].
Set a baseline policy version for CMake using
CMAKE_POLICY_VERSION_MINIMUM variable for intel-corei7-64 machine
overrides as well until until upstream source implements the fix.
[1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb index 4b152c37..b458bb4d 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb | |||
@@ -33,6 +33,7 @@ EXTRA_OECMAKE:intel-corei7-64 += " \ | |||
33 | -DOPENVKL_ISA_AVX=OFF \ | 33 | -DOPENVKL_ISA_AVX=OFF \ |
34 | -DOPENVKL_ISA_AVX2=OFF \ | 34 | -DOPENVKL_ISA_AVX2=OFF \ |
35 | -DOPENVKL_ISA_AVX512SKX=OFF \ | 35 | -DOPENVKL_ISA_AVX512SKX=OFF \ |
36 | -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ | ||
36 | " | 37 | " |
37 | 38 | ||
38 | PACKAGES =+ "${PN}-examples" | 39 | PACKAGES =+ "${PN}-examples" |