summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-03-15 16:52:53 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-03-27 15:06:21 -0300
commit08173f472244817b85fe4af8ab2add7a0090b122 (patch)
tree4965f81b1d791877146159cbaab9330b3ed0379a /recipes-graphics/mesa
parent0d5f4e27ee3a202ddc34f06884114f7706bcd062 (diff)
downloadmeta-freescale-08173f472244817b85fe4af8ab2add7a0090b122.tar.gz
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 <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>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend2
1 files changed, 1 insertions, 1 deletions
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 () {
16 16
17# Enable Etnaviv support 17# Enable Etnaviv support
18PACKAGECONFIG_append_use-mainline-bsp = " gallium" 18PACKAGECONFIG_append_use-mainline-bsp = " gallium"
19GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,imx" 19GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,kmsro,vc4"
20 20
21BACKEND = \ 21BACKEND = \
22 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ 22 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \