summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2025-07-24 14:04:09 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2025-07-25 14:17:17 +0800
commitb4a10cc9706dae8458696cd1965129fdc6530ea4 (patch)
tree1ef09fa597f2997e2f4208f21d8581f1c502a2b9 /dynamic-layers/openembedded-layer
parente9c7ffd5bb01f2a3f1360329409a6f9243e4909f (diff)
downloadmeta-intel-b4a10cc9706dae8458696cd1965129fdc6530ea4.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 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>
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb1
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 1b0b32ed..4b152c37 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
@@ -27,6 +27,7 @@ DEPENDS = "ispc ispc-native rkcommon embree"
27 27
28EXTRA_OECMAKE += " \ 28EXTRA_OECMAKE += " \
29 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ 29 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
30 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
30 " 31 "
31EXTRA_OECMAKE:intel-corei7-64 += " \ 32EXTRA_OECMAKE:intel-corei7-64 += " \
32 -DOPENVKL_ISA_AVX=OFF \ 33 -DOPENVKL_ISA_AVX=OFF \