Message ID | 20250908185600.152317-1-a-christidis@ti.com |
---|---|
Headers | show |
Series | opencl-clhpp: v2.0.16 -> v2024.05.08 | expand |
meta-arago / na / 20250908185600.152317-1-a-christidis
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-arago][scarthgap][PATCH v3 1/3] opencl-headers: Use Cmake class
WARN: Commit message does not include file/recipe name: opencl-headers: Use Cmake class. (COMMIT-MESSAGE-2)
patch
WARN - [meta-arago][scarthgap][PATCH v3 2/3] opencl-headers: Specify correct PV
WARN: Commit message does not include file/recipe name: opencl-headers: Specify correct PV. (COMMIT-MESSAGE-2)
patch
=========================================================
apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-arago][scarthgap][PATCH v3 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: Mon, 8 Sep 2025 13:55:57 -0500
- Num Patches: 3
- Mailing List (public inbox) Commit SHA: 53a355ebf952568b7940b59058edbf5fffb8e0f9
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: scarthgap-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202509080400
- Commit SHA: 1517a1f7fcac22a35c21a424d96493172f8fd8b2
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
scarthgap
=====================
PASS
On 9/8/2025 2:00 PM, PRC Automation wrote: > meta-arago / na / 20250908185600.152317-1-a-christidis > > PRC Results: PASS > > ========================================================= > check-yocto-patches: PASS > ========================================================= > Patches > ---------------------------------------- > WARN - [meta-arago][scarthgap][PATCH v3 1/3] opencl-headers: Use Cmake class > WARN: Commit message does not include file/recipe name: opencl-headers: Use Cmake class. (COMMIT-MESSAGE-2) > patch > WARN - [meta-arago][scarthgap][PATCH v3 2/3] opencl-headers: Specify correct PV > WARN: Commit message does not include file/recipe name: opencl-headers: Specify correct PV. (COMMIT-MESSAGE-2) > patch You can ignore this. This is because the file being changed is named opencl_headers-ti.inc and not opencl-headers-ti.inc and so the code does not recognize the file name in the subject. This commit is fine. > ========================================================= > apply-yocto-patch: PASS > ========================================================= > scarthgap > ===================== > Summary: > - Patch Series: [meta-arago][scarthgap][PATCH v3 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: Mon, 8 Sep 2025 13:55:57 -0500 > - Num Patches: 3 > - Mailing List (public inbox) Commit SHA: 53a355ebf952568b7940b59058edbf5fffb8e0f9 > > Applied to: > - Repository: lcpd-prc-meta-arago > - Base Branch: scarthgap-next > - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> > - Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202509080400 > - Commit SHA: 1517a1f7fcac22a35c21a424d96493172f8fd8b2 > > Patches > ---------------------------------------- > All patches applied > > > > ========================================================= > check-yocto-repo: PASS > ========================================================= > scarthgap > ===================== > PASS > > >
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 continuation 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