From 0c1186040e3f3256bb4611f50c92847ad0e912fd Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Fri, 27 Jun 2025 16:19:15 +0200 Subject: [PATCH] mesa: enable lima for RK3188 boards lima is the open-source implementation for the GPU found on RK3188, the Mali 400, so let's enable it for RK3188 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 19f0072..1057e11 100644 --- a/recipes-graphics/mesa/mesa.bbappend +++ b/recipes-graphics/mesa/mesa.bbappend @@ -1,4 +1,5 @@ PACKAGECONFIG:append:rk3066 = " lima" +PACKAGECONFIG:append:rk3188 = " lima" PACKAGECONFIG:append:rk3288 = " libclc panfrost" PACKAGECONFIG:append:rk3328 = " lima" PACKAGECONFIG:append:rk3399 = " libclc panfrost"