Message ID | 20250905233849.2506703-1-a-christidis@ti.com |
---|---|
Headers | show |
Series | opencl-clhpp v2.0.16 -> v2024.05.08 | expand |
meta-arago / na / 20250905233849.2506703-1-a-christidis
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: FAIL
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH v2 0/3] opencl-clhpp v2.0.16 -> v2024.05.08
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Fri, 5 Sep 2025 18:38:46 -0500
- Num Patches: 3
- Mailing List (public inbox) Commit SHA: 93b8b15fea3dafa11a204a71fc932cfa8521a8c5
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202508250100
- Commit SHA: 24d17d9be7261e4d78fa74d3f0e90c228a875519
Patches
----------------------------------------
FAIL - [meta-arago][master][PATCH v2 1/3] meta-arago-test: recipes-extended: Cmake support for opencl-headers
error: meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc: does not exist in index
Applying: meta-arago-test: recipes-extended: Cmake support for opencl-headers
Patch failed at 0001 meta-arago-test: recipes-extended: Cmake support for opencl-headers
On 9/5/25 6:38 PM, Antonios Christidis via lists.yoctoproject.org wrote: > From: Antonios Christidis <a-christidis@ti.com> > > Dear all, > > The C OpenCL Headers are on version 2024.05.08, however the C++ are lagging > behind. With this patch series, I am bumping the C++ OpenCL headers also to > version 2024.05.08. I was going to suggest just updating these in meta-oe upstream, but looks like the latest master branch has both the C and C++ headers at 2025.07.22 now, do you still need this at all on our master branch? Andrew > > The C++ headers, depend on cmake files from the C headers. The current > package was not providing them. I made some changes to correct this. > > This series is a v2 to the following: > https://patchwork.yoctoproject.org/project/arago/list/?series=34239&state=* > > Kind Regards, > Antonios > > > Antonios Christidis (3): meta-arago-test: recipes-extended: Cmake support > for opencl-headers meta-arago-test: recipes-extended: Specify correct PV > for ocl headers meta-arago-test: recipes-extended: opencl-clhpp v2.0.16 -> > v2024.05.08 > > .../opencl/opencl-clhpp_%.bbappend | 4 ++++ > .../recipes-extended/opencl/opencl_clhpp-ti.inc | 7 +++++++ > .../opencl/opencl_headers-ti.inc | 16 ++++++++++++++++ 3 > files changed, 27 insertions(+) create mode 100644 > meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend create mode > 100644 meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc > > -- 2.34.1 > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#16537): https://lists.yoctoproject.org/g/meta-arago/message/16537 > Mute This Topic: https://lists.yoctoproject.org/mt/115092087/3619733 > Group Owner: meta-arago+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [afd@ti.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
Dear Andrew, Mistake on my end, this series is meant for scarthgap not master. Sorry ! Kind Regards, Antonios On 9/5/25 8:34 PM, Andrew Davis wrote: > On 9/5/25 6:38 PM, Antonios Christidis via lists.yoctoproject.org wrote: >> From: Antonios Christidis <a-christidis@ti.com> >> >> Dear all, >> >> The C OpenCL Headers are on version 2024.05.08, however the C++ are >> lagging >> behind. With this patch series, I am bumping the C++ OpenCL headers >> also to >> version 2024.05.08. > > I was going to suggest just updating these in meta-oe upstream, but looks > like the latest master branch has both the C and C++ headers at > 2025.07.22 > now, do you still need this at all on our master branch? > > Andrew > >> >> The C++ headers, depend on cmake files from the C headers. The current >> package was not providing them. I made some changes to correct this. >> >> This series is a v2 to the following: >> https://patchwork.yoctoproject.org/project/arago/list/?series=34239&state=* >> >> >> Kind Regards, >> Antonios >> >> >> Antonios Christidis (3): meta-arago-test: recipes-extended: Cmake >> support >> for opencl-headers meta-arago-test: recipes-extended: Specify correct PV >> for ocl headers meta-arago-test: recipes-extended: opencl-clhpp >> v2.0.16 -> >> v2024.05.08 >> >> .../opencl/opencl-clhpp_%.bbappend | 4 ++++ >> .../recipes-extended/opencl/opencl_clhpp-ti.inc | 7 +++++++ >> .../opencl/opencl_headers-ti.inc | 16 ++++++++++++++++ 3 >> files changed, 27 insertions(+) create mode 100644 >> meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend >> create mode >> 100644 meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc >> >> -- 2.34.1 >> >> >> >> -=-=-=-=-=-=-=-=-=-=-=- >> Links: You receive all messages sent to this group. >> View/Reply Online (#16537): >> https://lists.yoctoproject.org/g/meta-arago/message/16537 >> Mute This Topic: https://lists.yoctoproject.org/mt/115092087/3619733 >> Group Owner: meta-arago+owner@lists.yoctoproject.org >> Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub >> [afd@ti.com] >> -=-=-=-=-=-=-=-=-=-=-=- >> >> >
From: Antonios Christidis <a-christidis@ti.com> Dear all, The C OpenCL Headers are on version 2024.05.08, however the C++ are lagging behind. With this patch series, I am bumping the C++ OpenCL headers also to version 2024.05.08. The C++ headers, depend on cmake files from the C headers. The current package was not providing them. I made some changes to correct this. This series is a v2 to the following: https://patchwork.yoctoproject.org/project/arago/list/?series=34239&state=* Kind Regards, Antonios Antonios Christidis (3): meta-arago-test: recipes-extended: Cmake support for opencl-headers meta-arago-test: recipes-extended: Specify correct PV for ocl headers meta-arago-test: recipes-extended: opencl-clhpp v2.0.16 -> v2024.05.08 .../opencl/opencl-clhpp_%.bbappend | 4 ++++ .../recipes-extended/opencl/opencl_clhpp-ti.inc | 7 +++++++ .../opencl/opencl_headers-ti.inc | 16 ++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend create mode 100644 meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc -- 2.34.1