diff mbox series

[meta-ti,master,v2] ti-img-rogue-*: Migrate GPU driver version 25.2 -> 25.3

Message ID 20260218214814.1345555-1-a-christidis@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master,v2] ti-img-rogue-*: Migrate GPU driver version 25.2 -> 25.3 | expand

Commit Message

Antonios Christidis Feb. 18, 2026, 9:48 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

New recipes for GPU DDK 25.3. Update BSP configuration file to
package driver, which now supports kernel 6.18.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---

v2:
- Edit on the commit message, "which is now supports" -> "which now
  supports"

 meta-ti-bsp/conf/machine/include/ti-bsp.inc                   | 4 ++++
 ...er_25.2.6850647.bb => ti-img-rogue-driver_25.3.6908880.bb} | 4 ++--
 ...bs_25.2.6850647.bb => ti-img-rogue-umlibs_25.3.6908880.bb} | 4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)
 rename meta-ti-bsp/recipes-bsp/powervr-drivers/{ti-img-rogue-driver_25.2.6850647.bb => ti-img-rogue-driver_25.3.6908880.bb} (93%)
 rename meta-ti-bsp/recipes-graphics/powervr-umlibs/{ti-img-rogue-umlibs_25.2.6850647.bb => ti-img-rogue-umlibs_25.3.6908880.bb} (98%)

Comments

PRC Automation Feb. 18, 2026, 9:57 p.m. UTC | #1
meta-ti / na / 20260218214814.1345555-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][PATCH v2] ti-img-rogue-*: Migrate GPU driver version 25.2 -> 25.3
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Wed, 18 Feb 2026 15:48:14 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 9335a3d03fc2d6e568d8763dec8e46e26abc05d1

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Hari Nagalla <hnagalla@ti.com>
- Commit Subject: ipc: ti-rpmsg-char: Update library to 0.6.11
- Commit SHA: d7ca6a5d0381a9e2524fefee36963f960ab70c00

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 0ca2de64..2c0acf83 100644
--- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc
@@ -42,6 +42,10 @@  BSP_KERNEL_VERSION:bsp-ti-6_18 = "6.18%"
 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_MESA_PVR_VERSION:bsp-ti-6_18 = "24%"
+
 # ==========
 # ti-6_12
 # TI staging kernel 6.12, u-boot 2025.01
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.2.6850647.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.3.6908880.bb
similarity index 93%
rename from meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.2.6850647.bb
rename to meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.3.6908880.bb
index b2f5e4ea..ea081651 100644
--- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.2.6850647.bb
+++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.3.6908880.bb
@@ -13,11 +13,11 @@  COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s"
 
 DEPENDS = "virtual/kernel"
 
-BRANCH = "linuxws/scarthgap/k6.12/${PV}"
+BRANCH = "linuxws/scarthgap/k6.18/${PV}"
 
 SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}"
 
-SRCREV = "72723eea0cab47c20e5734c1c7b9a441ed2d74c2"
+SRCREV = "4fa6d8f63363e4926a0a7e7ef4a317c3d9c0f5b7"
 
 
 TARGET_PRODUCT:j721e = "j721e_linux"
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.2.6850647.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.3.6908880.bb
similarity index 98%
rename from meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.2.6850647.bb
rename to meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.3.6908880.bb
index e4b95f8e..5246f588 100644
--- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.2.6850647.bb
+++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.3.6908880.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.12/${PV}"
+BRANCH = "linuxws/scarthgap/k6.18/${PV}"
 SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
-SRCREV = "adcbb5c620ff172da4152c02a2fee8f42dc4c472"
+SRCREV = "2ecc98c61aedd931d8acf6fb4a1150ebf57fb178"
 
 TARGET_PRODUCT:j721e = "j721e_linux"
 TARGET_PRODUCT:j721s2 = "j721s2_linux"