| Message ID | 20260716170119.396983-1-rs@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,master/wrynose] ti-img-rogue-umlibs: rprovide virtual-opencl-icd | expand |
meta-ti / na / 20260716170119.396983-1-rs PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-ti][master/wrynose][PATCH] ti-img-rogue-umlibs: rprovide virtual-opencl-icd - Submitter: From: <rs@ti.com> From: Randolph Sapp <rs@ti.com> - Date: Date: Thu, 16 Jul 2026 12:01:19 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 239ccccd13574be83ba3b78bc863fecce42964ec Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master.202607152200 - Commit SHA: c426c4421047859468f325947bec9220ca5bc53f Patches ---------------------------------------- All patches applied wrynose ===================== Summary: - Patch Series: [meta-ti][master/wrynose][PATCH] ti-img-rogue-umlibs: rprovide virtual-opencl-icd - Submitter: From: <rs@ti.com> From: Randolph Sapp <rs@ti.com> - Date: Date: Thu, 16 Jul 2026 12:01:19 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 239ccccd13574be83ba3b78bc863fecce42964ec Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: wrynose-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.wrynose.202607151800 - Commit SHA: 67736cb30d441a4cc41a6306b0061e227e09903c Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS wrynose ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed wrynose - PASS ===================== All checks passed
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.3.6908880.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.3.6908880.bb index 5246f5880d29..fad296915c25 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.3.6908880.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.3.6908880.bb @@ -129,6 +129,7 @@ RDEPENDS:libvk-rogue += "vulkan-loader wayland libdrm" FILES:libopencl-rogue = "${libdir}/libPVROCL.so* ${sysconfdir}/OpenCL" RDEPENDS:libopencl-rogue += "opencl-icd-loader" RRECOMMENDS:libopencl-rogue += "libopencl-rogue-tools" +RPROVIDES:libopencl-rogue += "virtual-opencl-icd" FILES:libopencl-rogue-tools += "${bindir}/ocl*" DEBIAN_NOAUTONAME:libopencl-rogue-tools = "1" INSANE_SKIP:libopencl-rogue-tools = "ldflags" diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_26.1.6967606.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_26.1.6967606.bb index ff631c2d3cdf..29c5154fb51a 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_26.1.6967606.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_26.1.6967606.bb @@ -129,6 +129,7 @@ RDEPENDS:libvk-rogue += "vulkan-loader wayland libdrm" FILES:libopencl-rogue = "${libdir}/libPVROCL.so* ${sysconfdir}/OpenCL" RDEPENDS:libopencl-rogue += "opencl-icd-loader" RRECOMMENDS:libopencl-rogue += "libopencl-rogue-tools" +RPROVIDES:libopencl-rogue += "virtual-opencl-icd" FILES:libopencl-rogue-tools += "${bindir}/ocl*" DEBIAN_NOAUTONAME:libopencl-rogue-tools = "1" INSANE_SKIP:libopencl-rogue-tools = "ldflags"