summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2025-04-08 13:20:54 +0300
committerKhem Raj <raj.khem@gmail.com>2025-04-10 17:28:56 -0700
commitce5320aed321592b3c21d7646f7cba30a215825c (patch)
tree2d8e05b6606a5962be130e8fbef9814b08ce346b
parent43ac902f15687ddb2333355918a0016fbf03039e (diff)
downloadmeta-openembedded-ce5320aed321592b3c21d7646f7cba30a215825c.tar.gz
opencl-headers: upgrade to 2024.10.24
Upgrade OpenCL-Headers to the latest release. Upgrade opencl-clhpp with the same commit so that they stay in sync, otherwise projects using clhpp might fail to build. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb (renamed from meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb)2
-rw-r--r--meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb (renamed from meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb)2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb
index 25e7fd633f..b815c22eec 100644
--- a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb
+++ b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7DEPENDS = "opencl-headers" 7DEPENDS = "opencl-headers"
8 8
9SRCREV = "0bdbbfe5ecda42cff50c96cc5e33527f42fcbd45" 9SRCREV = "c7b4aded1cab9560b226041dd962f63375a9a384"
10 10
11SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" 11SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main"
12 12
diff --git a/meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb b/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb
index 8663b818e3..b47d3f9711 100644
--- a/meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb
+++ b/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5SECTION = "base" 5SECTION = "base"
6 6
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8SRCREV = "8275634cf9ec31b6484c2e6be756237cb583999d" 8SRCREV = "4ea6df132107e3b4b9407f903204b5522fdffcd6"
9SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https" 9SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https"
10 10
11inherit cmake 11inherit cmake