From ff14b970f6fb1cf64ed32766d7835cf18242eea1 Mon Sep 17 00:00:00 2001 From: Antonios Christidis Date: Fri, 26 Jun 2026 11:23:26 -0500 Subject: [PATCH] opencl-cts: Update version 2026.05.05 -> 2026.06.18 Update opencl-cts version from 2026.05.05 to 2026.06.18. Signed-off-by: Antonios Christidis Signed-off-by: Khem Raj --- .../{opencl-cts_2026.05.05.bb => opencl-cts_2026.06.18.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/opencl/{opencl-cts_2026.05.05.bb => opencl-cts_2026.06.18.bb} (97%) diff --git a/meta-oe/recipes-core/opencl/opencl-cts_2026.05.05.bb b/meta-oe/recipes-core/opencl/opencl-cts_2026.06.18.bb similarity index 97% rename from meta-oe/recipes-core/opencl/opencl-cts_2026.05.05.bb rename to meta-oe/recipes-core/opencl/opencl-cts_2026.06.18.bb index 08425eaaf8..6615f0882a 100644 --- a/meta-oe/recipes-core/opencl/opencl-cts_2026.05.05.bb +++ b/meta-oe/recipes-core/opencl/opencl-cts_2026.06.18.bb @@ -13,7 +13,7 @@ RDEPENDS:${PN} += "python3-core python3-io" SRC_URI = "git://github.com/KhronosGroup/OpenCL-CTS.git;protocol=https;branch=main;lfs=0" -SRCREV = "0979549a997090c0569da4c4e995422b8f73f1fe" +SRCREV = "8d8f3d272dbd3f0a84156be7890835c4b6deff8e" EXTRA_OECMAKE:append = " --compile-no-warning-as-error -DSPIRV_INCLUDE_DIR=${STAGING_EXECPREFIXDIR} -DCL_INCLUDE_DIR=${STAGING_INCDIR} -DCL_LIB_DIR=${STAGING_LIBDIR} -DOPENCL_LIBRARIES=OpenCL"