diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-03-09 16:50:02 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-03-27 11:52:58 -0300 |
commit | acfdfe393b841a5714ee920f92676c83e1bbc8c7 (patch) | |
tree | d82b76a627f2b460f2a96737b481723f54a7d251 /recipes-graphics | |
parent | 34002dbb315467e8eb022c61e4cdfd9c7f7819b4 (diff) | |
download | meta-freescale-acfdfe393b841a5714ee920f92676c83e1bbc8c7.tar.gz |
mesa: Enable Etnaviv support when using 'use-mainline-bsp' override
This enables the Gallium backend and its Etnaviv driver.
Change-Id: I8557932299f54d77d10015ea125cd26322c7c07b
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 3005fd73..7d9d3459 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
@@ -14,6 +14,10 @@ python () { | |||
14 | d.setVar("EXTRA_OECONF", extra_oeconf) | 14 | d.setVar("EXTRA_OECONF", extra_oeconf) |
15 | } | 15 | } |
16 | 16 | ||
17 | # Enable Etnaviv support | ||
18 | PACKAGECONFIG_append_use-mainline-bsp = " gallium" | ||
19 | GALLIUMDRIVERS_append_use-mainline-bsp = ",etnaviv,imx" | ||
20 | |||
17 | # FIXME: Dirty hack to allow use of Vivante GPU libGL binary | 21 | # FIXME: Dirty hack to allow use of Vivante GPU libGL binary |
18 | do_install_append_imxgpu3d () { | 22 | do_install_append_imxgpu3d () { |
19 | rm -f ${D}${libdir}/libGL.* \ | 23 | rm -f ${D}${libdir}/libGL.* \ |