From 2796f7e8aebf949860b4d9177d7ea9a68385948e Mon Sep 17 00:00:00 2001 From: Marcin Bober Date: Mon, 17 Jun 2024 20:00:24 +0000 Subject: [PATCH] mesa: build panfrost for RK3566 boards The RK356x SoC family (of which we currently only support RK3568) has a Bifrost GPU that is supported by open-source Panfrost Linux kernel and Mesa drivers, therefore let's build mesa with Panfrost support for RK3566. Signed-off-by: Marcin Bober --- 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 2d9ec2e..00cc15c 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,5 +1,6 @@ PACKAGECONFIG:append:rk3288 = " kmsro panfrost" PACKAGECONFIG:append:rk3328 = " kmsro lima" PACKAGECONFIG:append:rk3399 = " kmsro panfrost" +PACKAGECONFIG:append:rk3566 = " kmsro panfrost" PACKAGECONFIG:append:rk3568 = " kmsro panfrost" PACKAGECONFIG:append:px30 = " kmsro panfrost"