diff mbox series

[meta-rockchip,v2,2/3] mesa: recommend mali csffw firmware package for mesa-megadriver for RK3588s

Message ID 20250415-mesa-panthor-v2-2-a7850d0091fe@cherry.de
State New
Headers show
Series add support for Panthor | expand

Commit Message

Quentin Schulz April 15, 2025, 11:24 a.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

Panthor still requires a blob coming from a linux-firmware package to be
able to use the Arm GPU in its Valhall version series. Therefore,
recommend that package when building mesa for rk3588s.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 recipes-graphics/mesa/mesa.bbappend | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/recipes-graphics/mesa/mesa.bbappend b/recipes-graphics/mesa/mesa.bbappend
index b0977649a0e86f73636d91b84a2cc9e6c12875bb..113cda71d290f28570c3020e0bfb8e241355c512 100644
--- a/recipes-graphics/mesa/mesa.bbappend
+++ b/recipes-graphics/mesa/mesa.bbappend
@@ -5,3 +5,5 @@  PACKAGECONFIG:append:rk3566 = " kmsro panfrost"
 PACKAGECONFIG:append:rk3568 = " kmsro panfrost"
 PACKAGECONFIG:append:rk3588s = " kmsro panfrost"
 PACKAGECONFIG:append:px30 = " kmsro panfrost"
+
+RRECOMMENDS:mesa-megadriver:append:rk3588s = " linux-firmware-mali-csffw-arch108"