diff mbox series

[v4] ti-img-rogue-*: Migrate GPU driver version 25.3 -> 26.1

Message ID 20260603190158.3082977-1-a-christidis@ti.com
State New
Headers show
Series [v4] ti-img-rogue-*: Migrate GPU driver version 25.3 -> 26.1 | expand

Commit Message

Antonios Christidis June 3, 2026, 7:01 p.m. UTC
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>
---
v4:
- Patch formating was wrong, use instead: 
  git format-patch -C -M --find-copies-harder
v3:
- Use git format-patch -C option to make the patch more legible.
v2: 
- No need to delete the old 25.3 DDK recipes as that would break
  compatibility with previous LTS kernels (6.6, 6.12).

 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(-)
 copy meta-ti-bsp/recipes-bsp/powervr-drivers/{ti-img-rogue-driver_25.3.6908880.bb => ti-img-rogue-driver_26.1.6967606.bb} (93%)
 copy meta-ti-bsp/recipes-graphics/powervr-umlibs/{ti-img-rogue-umlibs_25.3.6908880.bb => ti-img-rogue-umlibs_26.1.6967606.bb} (98%)

Comments

PRC Automation June 3, 2026, 7:24 p.m. UTC | #1
meta-ti / na / 20260603190158.3082977-1-a-christidis

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [PATCH v4] ti-img-rogue-*: Migrate GPU driver version 25.3 -> 26.1
    WARN: Missing branches specifier [master/scarthgap/XXXXX]. (META-2)
        patch:67
            Subject: [PATCH v4] ti-img-rogue-*: Migrate GPU driver version 25.3 -> 26.1
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [PATCH v4] 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: Wed, 3 Jun 2026 14:01:58 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 5b549724b70d9ecbf3180eea8459e37c97349bbb

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



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff mbox series

Patch

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%
copy from meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.3.6908880.bb
copy 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%
copy from meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.3.6908880.bb
copy 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"