From 848e87e19a24c17bad5bc13f52062ef0268415c1 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Fri, 27 Jun 2025 16:19:14 +0200 Subject: [PATCH] mesa: enable lima for RK3066 boards lima is 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. Reviewed-by: Trevor Woerner Signed-off-by: Quentin Schulz --- recipes-graphics/mesa/mesa.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-graphics/mesa/mesa.bbappend b/recipes-graphics/mesa/mesa.bbappend index 507e2fa..19f0072 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"