diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2019-03-15 16:52:53 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-03-27 15:06:21 -0300 |
commit | 08173f472244817b85fe4af8ab2add7a0090b122 (patch) | |
tree | 4965f81b1d791877146159cbaab9330b3ed0379a /recipes-graphics | |
parent | 0d5f4e27ee3a202ddc34f06884114f7706bcd062 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 2 |
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 |
18 | PACKAGECONFIG_append_use-mainline-bsp = " gallium" | 18 | PACKAGECONFIG_append_use-mainline-bsp = " gallium" |
19 | GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,imx" | 19 | GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,kmsro,vc4" |
20 | 20 | ||
21 | BACKEND = \ | 21 | BACKEND = \ |
22 | "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ | 22 | "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ |