diff mbox series

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

Message ID 20240531-mesa-panthor-v1-2-8cfb4d17ad3a@cherry.de
State New
Headers show
Series add support for Panthor | expand

Commit Message

Quentin Schulz May 31, 2024, 3:30 p.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 87ca1b3..6c74742 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -3,3 +3,5 @@  PACKAGECONFIG:append:rk3399 = " kmsro panfrost"
 PACKAGECONFIG:append:rk3588s = " kmsro panfrost"
 PACKAGECONFIG:append:rock64 = " kmsro lima"
 PACKAGECONFIG:append:px30 = " kmsro panfrost"
+
+RRECOMMENDS:mesa-megadriver:append:rk3588s = " linux-firmware-mali-csffw-arch108"