diff mbox series

[meta-rockchip,v3,3/6] mesa: enable lima for RK3066 boards

Message ID 20250627-mesa-panthor-v3-3-798c24a9eef3@cherry.de
State New
Headers show
Series mesa: build fixes, refactoring and adding support for RK3588(s), RK3066, RK3188 | expand

Commit Message

Quentin Schulz June 27, 2025, 2:19 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

lima is the the open-source implementation for the GPU found on RK3066,
the Mali 400, so let's enable it for RK3066 boards by default.

Not tested.

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

Patch

diff --git a/recipes-graphics/mesa/mesa.bbappend b/recipes-graphics/mesa/mesa.bbappend
index 507e2fae98e9d98cc6999586564d68af5abd4c0d..19f0072b61178d71642da4afc9e56880b102069e 100644
--- a/recipes-graphics/mesa/mesa.bbappend
+++ b/recipes-graphics/mesa/mesa.bbappend
@@ -1,3 +1,4 @@ 
+PACKAGECONFIG:append:rk3066 = " lima"
 PACKAGECONFIG:append:rk3288 = " libclc panfrost"
 PACKAGECONFIG:append:rk3328 = " lima"
 PACKAGECONFIG:append:rk3399 = " libclc panfrost"