From: Fabio Berton Date: Fri, 15 Mar 2019 19:52:53 +0000 (-0300) Subject: mesa: Replace imx with kmsro and vc4 in GALLIUMDRIVERS X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=08173f472244817b85fe4af8ab2add7a0090b122;p=meta-freescale.git mesa: Replace imx with kmsro and vc4 in GALLIUMDRIVERS 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 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 --- 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', \