diff mbox series

[meta-oe,3/5] opencl-cts: upgrade to 2025.01.22

Message ID 20250407095355.3461559-3-dmitry.baryshkov@oss.qualcomm.com
State Under Review
Headers show
Series [meta-oe,1/5] opencl-headers: upgrade to 2024.10.24 | expand

Commit Message

Dmitry Baryshkov April 7, 2025, 9:53 a.m. UTC
Upgrade OpenCL CTS to the latest release.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 .../{opencl-cts_2024.08.08.bb => opencl-cts_2025.01.22.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-core/opencl/{opencl-cts_2024.08.08.bb => opencl-cts_2025.01.22.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb b/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb
similarity index 95%
rename from meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb
rename to meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb
index a65c3da7fc4a..e374ef186329 100644
--- a/meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb
+++ b/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb
@@ -13,7 +13,7 @@  S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/KhronosGroup/OpenCL-CTS.git;protocol=https;branch=main;lfs=0 \
 	   file://0001-Ignore-Compiler-Warnings.patch"
 
-SRCREV = "a406b340913f622da089b00f284a597656c10239"
+SRCREV = "5b3518096ca7b82854daadb2b2fae704fe2d9cb5"
 
 EXTRA_OECMAKE:append = " -DENABLE_WERROR=OFF -DCL_INCLUDE_DIR=${STAGING_INCDIR} -DCL_LIB_DIR=${STAGING_LIBDIR} -DOPENCL_LIBRARIES=OpenCL"