From: Yogesh Tyagi <[email protected]> Refresh patches: 0002-Build-not-able-to-locate-cpp_generation_tool.patch 0003-external-ocloc.patch
Release Notes: https://github.com/intel/compute-runtime/releases/tag/25.48.36300.8 Signed-off-by: Yogesh Tyagi <[email protected]> --- ...ld-not-able-to-locate-cpp_generation_tool.patch | 10 +++++----- .../0003-external-ocloc.patch | 14 +++++++------- ...6.bb => intel-compute-runtime_25.48.36300.8.bb} | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) rename dynamic-layers/clang-layer/recipes-opencl/compute-runtime/{intel-compute-runtime_25.13.33276.16.bb => intel-compute-runtime_25.48.36300.8.bb} (96%) diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0002-Build-not-able-to-locate-cpp_generation_tool.patch b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0002-Build-not-able-to-locate-cpp_generation_tool.patch index 45288ce1..155a9a3d 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0002-Build-not-able-to-locate-cpp_generation_tool.patch +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0002-Build-not-able-to-locate-cpp_generation_tool.patch @@ -11,11 +11,11 @@ Signed-off-by: Dongwon Kim <[email protected]> shared/source/built_ins/kernels/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -Index: git/shared/source/built_ins/kernels/CMakeLists.txt +Index: intel-compute-runtime-25.48.36300.8/shared/source/built_ins/kernels/CMakeLists.txt =================================================================== ---- git.orig/shared/source/built_ins/kernels/CMakeLists.txt -+++ git/shared/source/built_ins/kernels/CMakeLists.txt -@@ -122,9 +122,9 @@ function(compile_builtin core_type platf +--- intel-compute-runtime-25.48.36300.8.orig/shared/source/built_ins/kernels/CMakeLists.txt ++++ intel-compute-runtime-25.48.36300.8/shared/source/built_ins/kernels/CMakeLists.txt +@@ -118,9 +118,9 @@ function(compile_builtin core_type platf endif() add_custom_command( OUTPUT ${OUTPUT_FILE_CPP} @@ -27,7 +27,7 @@ Index: git/shared/source/built_ins/kernels/CMakeLists.txt ) list(APPEND BUILTINS_COMMANDS "${OUTPUT_FILE_CPP}") else() -@@ -176,9 +176,9 @@ function(generate_cpp_spirv builtin) +@@ -172,9 +172,9 @@ function(generate_cpp_spirv builtin) endif() add_custom_command( OUTPUT ${OUTPUT_FILE_CPP} diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0003-external-ocloc.patch b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0003-external-ocloc.patch index 2001d839..4b5fbb0b 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0003-external-ocloc.patch +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0003-external-ocloc.patch @@ -10,10 +10,10 @@ Signed-off-by: Dongwon Kim <[email protected]> cmake/ocloc_cmd_prefix.cmake | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -Index: git/cmake/ocloc_cmd_prefix.cmake +Index: intel-compute-runtime-25.48.36300.8/cmake/ocloc_cmd_prefix.cmake =================================================================== ---- git.orig/cmake/ocloc_cmd_prefix.cmake -+++ git/cmake/ocloc_cmd_prefix.cmake +--- intel-compute-runtime-25.48.36300.8.orig/cmake/ocloc_cmd_prefix.cmake ++++ intel-compute-runtime-25.48.36300.8/cmake/ocloc_cmd_prefix.cmake @@ -4,13 +4,15 @@ # SPDX-License-Identifier: MIT # @@ -22,16 +22,16 @@ Index: git/cmake/ocloc_cmd_prefix.cmake - set(ocloc_cmd_prefix ocloc) -else() - if(DEFINED NEO__IGC_LIBRARY_PATH) -- set(ocloc_cmd_prefix ${CMAKE_COMMAND} -E env "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${NEO__IGC_LIBRARY_PATH}:$<TARGET_FILE_DIR:ocloc_lib>" $<TARGET_FILE:ocloc>) +- set(ocloc_cmd_prefix ${CMAKE_COMMAND} -E env "LD_LIBRARY_PATH=$ENV{LD_LIBRARY_PATH}:${NEO__IGC_LIBRARY_PATH}:$<TARGET_FILE_DIR:ocloc_lib>" $<TARGET_FILE:ocloc>) +if(NOT DEFINED ocloc_cmd_prefix) + if(WIN32) + set(ocloc_cmd_prefix ocloc) else() -- set(ocloc_cmd_prefix ${CMAKE_COMMAND} -E env "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$<TARGET_FILE_DIR:ocloc_lib>" $<TARGET_FILE:ocloc>) +- set(ocloc_cmd_prefix ${CMAKE_COMMAND} -E env "LD_LIBRARY_PATH=$ENV{LD_LIBRARY_PATH}:$<TARGET_FILE_DIR:ocloc_lib>" $<TARGET_FILE:ocloc>) + if(DEFINED NEO__IGC_LIBRARY_PATH) -+ set(ocloc_cmd_prefix LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${NEO__IGC_LIBRARY_PATH}:$<TARGET_FILE_DIR:ocloc_lib> $<TARGET_FILE:ocloc>) ++ set(ocloc_cmd_prefix ${CMAKE_COMMAND} -E env "LD_LIBRARY_PATH=$ENV{LD_LIBRARY_PATH}:${NEO__IGC_LIBRARY_PATH}:$<TARGET_FILE_DIR:ocloc_lib>" $<TARGET_FILE:ocloc>) + else() -+ set(ocloc_cmd_prefix LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$<TARGET_FILE_DIR:ocloc_lib> $<TARGET_FILE:ocloc>) ++ set(ocloc_cmd_prefix ${CMAKE_COMMAND} -E env "LD_LIBRARY_PATH=$ENV{LD_LIBRARY_PATH}:$<TARGET_FILE_DIR:ocloc_lib>" $<TARGET_FILE:ocloc>) + endif() endif() endif() diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.48.36300.8.bb similarity index 96% rename from dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb rename to dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.48.36300.8.bb index b13daaa8..2d8b6475 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.48.36300.8.bb @@ -8,12 +8,12 @@ LICENSE = "MIT & Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eca6ec6997e18db166db7109cdbe611c \ file://third_party/opencl_headers/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https;branch=releases/25.13 \ +SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https;branch=releases/25.48 \ file://0002-Build-not-able-to-locate-cpp_generation_tool.patch \ file://0003-external-ocloc.patch \ " -SRCREV = "a9961bdfaa07250fd52ff930bf8f31fb4e3b7799" +SRCREV = "762b34beb3f6991e57d1562f587ab91ff220d708" DEPENDS += " intel-graphics-compiler gmmlib libva qemu-native" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8678): https://lists.yoctoproject.org/g/meta-intel/message/8678 Mute This Topic: https://lists.yoctoproject.org/mt/117592157/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
