summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-09-06 16:07:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-10 12:13:07 +0100
commit7c037b0d3e28710d868001522ad3e543c45b1802 (patch)
tree380751e1468bb548a59bc36af346710371024dc8 /meta/recipes-graphics
parent946690cbb762781b82e2366144de68c96a5ad671 (diff)
downloadpoky-7c037b0d3e28710d868001522ad3e543c45b1802.tar.gz
mesa: disable LLVM on x86
Whilst turning on the LLVM drivers is a honourable goal, the performance impact is *huge*. Instead let specific BSPs turn it on as required. (From OE-Core rev: 882d31bc0dbe20434d2b89aa92901374bb5e5666) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index dd626d9f00..5afd0db4b7 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -48,9 +48,6 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland vulkan', d)} \
48 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ 48 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \
49 " 49 "
50 50
51PACKAGECONFIG_append_x86 = " gallium-llvm gallium r600"
52PACKAGECONFIG_append_x86-64 = " gallium-llvm gallium r600"
53
54# "gbm" requires "dri", "opengl" 51# "gbm" requires "dri", "opengl"
55PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm" 52PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm"
56 53