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 a0dec8af..2001d839 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,11 +10,11 @@ Signed-off-by: Dongwon Kim cmake/ocloc_cmd_prefix.cmake | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -diff --git a/cmake/ocloc_cmd_prefix.cmake b/cmake/ocloc_cmd_prefix.cmake -index 3fcadb682d..6d8022db2e 100644 ---- a/cmake/ocloc_cmd_prefix.cmake -+++ b/cmake/ocloc_cmd_prefix.cmake -@@ -4,12 +4,14 @@ +Index: git/cmake/ocloc_cmd_prefix.cmake +=================================================================== +--- git.orig/cmake/ocloc_cmd_prefix.cmake ++++ git/cmake/ocloc_cmd_prefix.cmake +@@ -4,13 +4,15 @@ # SPDX-License-Identifier: MIT # @@ -35,6 +35,4 @@ index 3fcadb682d..6d8022db2e 100644 + endif() endif() endif() --- -2.34.1 - + diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_24.22.29735.20.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_24.26.30049.6.bb similarity index 96% rename from dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_24.22.29735.20.bb rename to dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_24.26.30049.6.bb index c7756bc6..688ee029 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_24.22.29735.20.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_24.26.30049.6.bb @@ -8,13 +8,13 @@ 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/24.22 \ +SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https;branch=releases/24.26 \ file://0001-intel-compute-runtime-fix-build-with-gcc13.patch \ file://0002-Build-not-able-to-locate-cpp_generation_tool.patch \ file://0003-external-ocloc.patch \ " -SRCREV = "6aa72243a0916e05a6c1dbe8a0a46711a96fda98" +SRCREV = "e16f47e375e4324dae07aadbfe953002a1c45195" S = "${WORKDIR}/git"