[meta-freescale] [PATCH] mesa%bbappend: switch imx to kmsro

Trevor Woerner trevor at toganlabs.com
Wed Mar 27 11:22:04 PDT 2019


According to this commit:

	https://lists.freedesktop.org/archives/mesa-dev/2019-January/214067.html

The imx gallium driver has been switched to use "KMS readonly". I realize the
"vc4" looks suspicious, but (unfortunately) it is required in order to get
kmsro configured. Without it we get:

	configure: error: Building with kmsro requires vc4

Signed-off-by: Trevor Woerner <trevor at toganlabs.com>
---
 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 8541ed7c..2d5a9469 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -16,7 +16,7 @@ python () {
 
 # Enable Etnaviv support
 PACKAGECONFIG_append_use-mainline-bsp = " gallium"
-GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,imx"
+GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,kmsro,vc4"
 
 BACKEND = \
     "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \
-- 
2.21.0.rc2



More information about the meta-freescale mailing list