From 85f1ba657f34454b83bc01d13053806f75b165b9 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Mon, 9 Dec 2019 21:13:26 -0600 Subject: [PATCH] mesa: Enable panfrost for rk3288 SOC Configures mesa to build in the panfrost and render-only KMS driver when building for the rk3288 SOC. The panfrost kernel module is already compiled as a module by default for armv7. Signed-off-by: Joshua Watt --- recipes-graphics/mesa/mesa_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-graphics/mesa/mesa_%.bbappend diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend new file mode 100644 index 0000000..5856c71 --- /dev/null +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG_append_rk3288 = " kmsro panfrost"