summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-03-23 01:33:23 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-20 12:10:12 -0300
commita8ee8f6d2703025a0549cf705e31d616d54fb5fb (patch)
treebadc0786ad75816f59d161a659bf65e189795f34 /recipes-graphics/mesa
parent1ebb62d0f66ec7c74fe7b3f4d7dc751aa156f48f (diff)
downloadmeta-freescale-a8ee8f6d2703025a0549cf705e31d616d54fb5fb.tar.gz
Move mesa/etnaviv to xf86-video-modesetting
* armada sources are gone finally * glmark2-es2 performance is almost doubled 87 -> 162 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 76f1bc28..738f02c8 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -20,6 +20,9 @@ PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro freedreno"
20# For NXP BSP, GPU drivers don't support dri 20# For NXP BSP, GPU drivers don't support dri
21PACKAGECONFIG_remove_imxgpu_use-nxp-bsp = "dri" 21PACKAGECONFIG_remove_imxgpu_use-nxp-bsp = "dri"
22 22
23# mainline/etnaviv:
24RRECOMMENDS_${PN}-megadriver_append_use-mainline-bsp = " libdrm-etnaviv mesa-etnaviv-env"
25
23BACKEND = \ 26BACKEND = \
24 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ 27 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \
25 bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \ 28 bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \