From 9f572e704e4ceec4384b6ba8ac836bf972beff4a Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 15 Sep 2021 15:54:55 -0400 Subject: [PATCH] rock64: enable lima with rock64 The rock64 has an ARM Mali 450 MP2 GPU, therefore enable mesa's lima for accelerated, open-source graphics. Signed-off-by: Trevor Woerner --- 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 b9089c9..87f4bce 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,2 +1,3 @@ PACKAGECONFIG:append:rk3288 = " kmsro panfrost" PACKAGECONFIG:append:rk3399 = " kmsro panfrost" +PACKAGECONFIG:append:rock64 = " kmsro lima"