From c3c88f70b5f8f213f69132df45cd57c7829600fa Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Fri, 31 May 2024 14:48:14 +0200 Subject: [PATCH] mesa: enable lima on all rk3328 boards lima is the open-source implementation for the GPU found on RK3328, it is therefore not specific to the Rock64 but all boards based on the RK3328. Signed-off-by: Quentin Schulz --- recipes-graphics/mesa/mesa_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 58c25e7..a31d99b 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,4 +1,4 @@ PACKAGECONFIG:append:rk3288 = " kmsro panfrost" +PACKAGECONFIG:append:rk3328 = " kmsro lima" PACKAGECONFIG:append:rk3399 = " kmsro panfrost" -PACKAGECONFIG:append:rock64 = " kmsro lima" PACKAGECONFIG:append:px30 = " kmsro panfrost"