diff options
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.* \ |