Message ID | 20250408102058.2769630-1-dmitry.baryshkov@oss.qualcomm.com |
---|---|
State | Accepted |
Headers | show |
Series | [meta-oe,v2,1/5] opencl-headers: upgrade to 2024.10.24 | expand |
On Tue, Apr 08, 2025 at 01:20:54PM +0300, Dmitry Baryshkov wrote: > 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> > --- > .../{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} | 2 +- > ...pencl-headers_2024.05.08.bb => opencl-headers_2024.10.24.bb} | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > rename meta-oe/recipes-core/opencl/{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} (91%) > rename meta-oe/recipes-core/opencl/{opencl-headers_2024.05.08.bb => opencl-headers_2024.10.24.bb} (89%) Khem, gracious ping for v2.
On Thu, Apr 10, 2025 at 3:05 PM Dmitry Baryshkov via lists.openembedded.org <dmitry.baryshkov=oss.qualcomm.com@lists.openembedded.org> wrote: > > On Tue, Apr 08, 2025 at 01:20:54PM +0300, Dmitry Baryshkov wrote: > > 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> > > --- > > .../{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} | 2 +- > > ...pencl-headers_2024.05.08.bb => opencl-headers_2024.10.24.bb} | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > rename meta-oe/recipes-core/opencl/{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} (91%) > > rename meta-oe/recipes-core/opencl/{opencl-headers_2024.05.08.bb => opencl-headers_2024.10.24.bb} (89%) > > Khem, gracious ping for v2. Thanks, it will be in master-next tonight, I was holding up some patches for clearing up walnascar > > -- > With best wishes > Dmitry > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#116773): https://lists.openembedded.org/g/openembedded-devel/message/116773 > Mute This Topic: https://lists.openembedded.org/mt/112150276/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
On Thu, Apr 10, 2025 at 05:35:38PM -0700, Khem Raj wrote: > On Thu, Apr 10, 2025 at 3:05 PM Dmitry Baryshkov via > lists.openembedded.org > <dmitry.baryshkov=oss.qualcomm.com@lists.openembedded.org> wrote: > > > > On Tue, Apr 08, 2025 at 01:20:54PM +0300, Dmitry Baryshkov wrote: > > > 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> > > > --- > > > .../{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} | 2 +- > > > ...pencl-headers_2024.05.08.bb => opencl-headers_2024.10.24.bb} | 2 +- > > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > rename meta-oe/recipes-core/opencl/{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} (91%) > > > rename meta-oe/recipes-core/opencl/{opencl-headers_2024.05.08.bb => opencl-headers_2024.10.24.bb} (89%) > > > > Khem, gracious ping for v2. > > Thanks, it will be in master-next tonight, I was holding up some > patches for clearing up walnascar Ack, thanks. Sorry for the noise then.
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 similarity index 91% rename from meta-oe/recipes-core/opencl/opencl-clhpp_2024.05.08.bb rename to meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb index 25e7fd633fbd..b815c22eeca7 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" DEPENDS = "opencl-headers" -SRCREV = "0bdbbfe5ecda42cff50c96cc5e33527f42fcbd45" +SRCREV = "c7b4aded1cab9560b226041dd962f63375a9a384" SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" 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 similarity index 89% rename from meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb rename to meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb index 8663b818e3cb..b47d3f9711a1 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" SECTION = "base" S = "${WORKDIR}/git" -SRCREV = "8275634cf9ec31b6484c2e6be756237cb583999d" +SRCREV = "4ea6df132107e3b4b9407f903204b5522fdffcd6" SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https" inherit cmake
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> --- .../{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} | 2 +- ...pencl-headers_2024.05.08.bb => opencl-headers_2024.10.24.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-core/opencl/{opencl-clhpp_2024.05.08.bb => opencl-clhpp_2024.10.24.bb} (91%) rename meta-oe/recipes-core/opencl/{opencl-headers_2024.05.08.bb => opencl-headers_2024.10.24.bb} (89%)