summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-03-09 16:50:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-03-27 11:52:58 -0300
commitacfdfe393b841a5714ee920f92676c83e1bbc8c7 (patch)
treed82b76a627f2b460f2a96737b481723f54a7d251 /recipes-graphics/mesa
parent34002dbb315467e8eb022c61e4cdfd9c7f7819b4 (diff)
downloadmeta-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/mesa')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend4
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
18PACKAGECONFIG_append_use-mainline-bsp = " gallium"
19GALLIUMDRIVERS_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
18do_install_append_imxgpu3d () { 22do_install_append_imxgpu3d () {
19 rm -f ${D}${libdir}/libGL.* \ 23 rm -f ${D}${libdir}/libGL.* \