| Message ID | 20260602223250.3054197-1-a-christidis@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master/wrynose] ti-img-rogue-*: Migrate GPU driver version 25.3 -> 26.1 | expand |
meta-ti / na / 20260602223250.3054197-1-a-christidis 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-*: Migrate GPU driver version 25.3 -> 26.1 - Submitter: From: <a-christidis@ti.com> From: Antonios Christidis <a-christidis@ti.com> - Date: Date: Tue, 2 Jun 2026 17:32:50 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 88d82d3e7983a38ac625f3b2f0ffc854eb55525d 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.202605272200 - Commit SHA: efd871d4eb504ec366027fdf6d1f934d2844a04a Patches ---------------------------------------- All patches applied wrynose ===================== Summary: - Patch Series: [meta-ti][master/wrynose][PATCH] ti-img-rogue-*: Migrate GPU driver version 25.3 -> 26.1 - Submitter: From: <a-christidis@ti.com> From: Antonios Christidis <a-christidis@ti.com> - Date: Date: Tue, 2 Jun 2026 17:32:50 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 88d82d3e7983a38ac625f3b2f0ffc854eb55525d Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: wrynose-wip - Commit Author: Thorsten Lannynd <t-lannynd@ti.com> - Commit Subject: weston: fix assert firing when subsurfaces have no views - Commit SHA: ae9f90cf0baf823a20d10b5e4e3c6af465dabe98 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
NAK. If I'm reading this correctly, you are removing the previous driver versions. But that will break the BSP system we have and break the 6.12/6.6 support. I think you just need to add the new recipe versions and not rename them. On 6/2/2026 5:32 PM, a-christidis@ti.com wrote: > From: Antonios Christidis <a-christidis@ti.com> > > New recipes for GPU DDK 26.1. Update BSP configuration files with new > preferred recipe versions. > > Signed-off-by: Antonios Christidis <a-christidis@ti.com> > --- > meta-ti-bsp/conf/machine/include/ti-bsp.inc | 2 +- > ...er_25.3.6908880.bb => ti-img-rogue-driver_26.1.6967606.bb} | 4 ++-- > ...bs_25.3.6908880.bb => ti-img-rogue-umlibs_26.1.6967606.bb} | 4 ++-- > 3 files changed, 5 insertions(+), 5 deletions(-) > rename meta-ti-bsp/recipes-bsp/powervr-drivers/{ti-img-rogue-driver_25.3.6908880.bb => ti-img-rogue-driver_26.1.6967606.bb} (93%) > rename meta-ti-bsp/recipes-graphics/powervr-umlibs/{ti-img-rogue-umlibs_25.3.6908880.bb => ti-img-rogue-umlibs_26.1.6967606.bb} (98%) > > diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc > index f7e2710c..a48c4f07 100644 > --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc > +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc > @@ -43,7 +43,7 @@ BSP_BOOTLOADER_PROVIDER:bsp-ti-6_18 = "u-boot-ti-staging" > BSP_BOOTLOADER_VERSION:bsp-ti-6_18 = "2026.01%" > > BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_18 = "ti-img-rogue-driver" > -BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_18 = "25%" > +BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_18 = "26%" > BSP_MESA_PVR_VERSION:bsp-ti-6_18 = "24%" > > # ========== > diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.3.6908880.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_26.1.6967606.bb > similarity index 93% > rename from meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.3.6908880.bb > rename to meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_26.1.6967606.bb > index 190417ca..876c3e50 100644 > --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.3.6908880.bb > +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_26.1.6967606.bb > @@ -13,11 +13,11 @@ COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" > > DEPENDS = "virtual/kernel" > > -BRANCH = "linuxws/scarthgap/k6.18/${PV}" > +BRANCH = "linuxws/wrynose/k6.18/${PV}" > > SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}" > > -SRCREV = "d241b0d5df404c60b80233bb5116b596039062e6" > +SRCREV = "50e14e425cbac240b2da93fac0cfcc987a4959c3" > > > TARGET_PRODUCT:j721e = "j721e_linux" > 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_26.1.6967606.bb > similarity index 98% > rename from meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.3.6908880.bb > rename to meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_26.1.6967606.bb > index 5246f588..ff631c2d 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_26.1.6967606.bb > @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f" > PACKAGE_ARCH = "${MACHINE_ARCH}" > COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" > > -BRANCH = "linuxws/scarthgap/k6.18/${PV}" > +BRANCH = "linuxws/wrynose/k6.18/${PV}" > SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" > -SRCREV = "2ecc98c61aedd931d8acf6fb4a1150ebf57fb178" > +SRCREV = "a59e0e6b92dfee7aad046b839cf6ae644355b89d" > > TARGET_PRODUCT:j721e = "j721e_linux" > TARGET_PRODUCT:j721s2 = "j721s2_linux"
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc index f7e2710c..a48c4f07 100644 --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc @@ -43,7 +43,7 @@ BSP_BOOTLOADER_PROVIDER:bsp-ti-6_18 = "u-boot-ti-staging" BSP_BOOTLOADER_VERSION:bsp-ti-6_18 = "2026.01%" BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_18 = "ti-img-rogue-driver" -BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_18 = "25%" +BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_18 = "26%" BSP_MESA_PVR_VERSION:bsp-ti-6_18 = "24%" # ========== diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.3.6908880.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_26.1.6967606.bb similarity index 93% rename from meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.3.6908880.bb rename to meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_26.1.6967606.bb index 190417ca..876c3e50 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.3.6908880.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_26.1.6967606.bb @@ -13,11 +13,11 @@ COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" DEPENDS = "virtual/kernel" -BRANCH = "linuxws/scarthgap/k6.18/${PV}" +BRANCH = "linuxws/wrynose/k6.18/${PV}" SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}" -SRCREV = "d241b0d5df404c60b80233bb5116b596039062e6" +SRCREV = "50e14e425cbac240b2da93fac0cfcc987a4959c3" TARGET_PRODUCT:j721e = "j721e_linux" 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_26.1.6967606.bb similarity index 98% rename from meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.3.6908880.bb rename to meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_26.1.6967606.bb index 5246f588..ff631c2d 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_26.1.6967606.bb @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" -BRANCH = "linuxws/scarthgap/k6.18/${PV}" +BRANCH = "linuxws/wrynose/k6.18/${PV}" SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" -SRCREV = "2ecc98c61aedd931d8acf6fb4a1150ebf57fb178" +SRCREV = "a59e0e6b92dfee7aad046b839cf6ae644355b89d" TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721s2 = "j721s2_linux"