diff mbox series

[meta-rockchip,v2,3/3] mesa: remove kmsro from PACKAGECONFIG

Message ID 20250415-mesa-panthor-v2-3-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>

Mesa has dropped support for a separate kmsro option to the
gallium-drivers.

It is therefore not necessary to pass it to PACKAGECONFIG anymore.

This is in anticipation to
https://lore.kernel.org/openembedded-core/0214a9e5-0242-448b-b078-9ba202685943@oss.qualcomm.com/T/#u
being merged.

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

Comments

Quentin Schulz April 22, 2025, 11:39 a.m. UTC | #1
Hi Trevor,

On 4/15/25 1:24 PM, Quentin Schulz wrote:
> From: Quentin Schulz <quentin.schulz@cherry.de>
> 
> Mesa has dropped support for a separate kmsro option to the
> gallium-drivers.
> 
> It is therefore not necessary to pass it to PACKAGECONFIG anymore.
> 
> This is in anticipation to
> https://lore.kernel.org/openembedded-core/0214a9e5-0242-448b-b078-9ba202685943@oss.qualcomm.com/T/#u
> being merged.
> 

The patch was merged and meta-rockchip won't build on master anymore 
without this patch.

If you want to have this patch first and then take more time to look at 
the rk3588 support, not an issue for me, I can rebase :)

Cheers,
Quentin
diff mbox series

Patch

diff --git a/recipes-graphics/mesa/mesa.bbappend b/recipes-graphics/mesa/mesa.bbappend
index 113cda71d290f28570c3020e0bfb8e241355c512..f22280754a149068b7192ca471a80ed59af38fdd 100644
--- a/recipes-graphics/mesa/mesa.bbappend
+++ b/recipes-graphics/mesa/mesa.bbappend
@@ -1,9 +1,9 @@ 
-PACKAGECONFIG:append:rk3288 = " kmsro panfrost"
-PACKAGECONFIG:append:rk3328 = " kmsro lima"
-PACKAGECONFIG:append:rk3399 = " kmsro panfrost"
-PACKAGECONFIG:append:rk3566 = " kmsro panfrost"
-PACKAGECONFIG:append:rk3568 = " kmsro panfrost"
-PACKAGECONFIG:append:rk3588s = " kmsro panfrost"
-PACKAGECONFIG:append:px30 = " kmsro panfrost"
+PACKAGECONFIG:append:rk3288 = " panfrost"
+PACKAGECONFIG:append:rk3328 = " lima"
+PACKAGECONFIG:append:rk3399 = " panfrost"
+PACKAGECONFIG:append:rk3566 = " panfrost"
+PACKAGECONFIG:append:rk3568 = " panfrost"
+PACKAGECONFIG:append:rk3588s = " panfrost"
+PACKAGECONFIG:append:px30 = " panfrost"
 
 RRECOMMENDS:mesa-megadriver:append:rk3588s = " linux-firmware-mali-csffw-arch108"