]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa: Replace imx with kmsro and vc4 in GALLIUMDRIVERS
authorFabio Berton <fabio.berton@ossystems.com.br>
Fri, 15 Mar 2019 19:52:53 +0000 (16:52 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 27 Mar 2019 18:06:21 +0000 (15:06 -0300)
mesa 19.0.0 remove imx from gallium drivers and add kmsro, vc4 is
a kmsro dependency, so we need to enable too.

mesa commit 41a0acd6a149ec9f47ea527ad08a2b29bf1ee6b2

Author: Rob Herring <robh@kernel.org>
Date:   Thu Jan 24 14:03:54 2019 -0600

    Switch imx to kmsro and remove the imx winsys

    The kmsro winsys is equivalent to the imx winsys, so we can switch
    to it and remove the imx one.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
recipes-graphics/mesa/mesa_%.bbappend

index 8541ed7ca4a3a056af984d2eda964581464b9826..2d5a9469a53218f5ff00efb00032eeb893679040 100644 (file)
@@ -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', \