From 06e44b861e3c5513213184c412cbcd9b764c1198 Mon Sep 17 00:00:00 2001 From: Witold Lipieta Date: Mon, 5 Jun 2023 12:36:39 +0200 Subject: [PATCH] mesa: Enable Panfrost for PX30 PX30 has Mali G31 GPU and needs Mesa Panfrost for graphic acceleration. Signed-off-by: Witold Lipieta --- 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 87f4bce..58c25e7 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,3 +1,4 @@ PACKAGECONFIG:append:rk3288 = " kmsro panfrost" PACKAGECONFIG:append:rk3399 = " kmsro panfrost" PACKAGECONFIG:append:rock64 = " kmsro lima" +PACKAGECONFIG:append:px30 = " kmsro panfrost"