From: Ross Burton Date: Thu, 6 Sep 2018 15:07:27 +0000 (+0100) Subject: mesa: disable LLVM on x86 X-Git-Tag: uninative-2.3~372 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=882d31bc0dbe20434d2b89aa92901374bb5e5666;p=openembedded-core.git 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ " -PACKAGECONFIG_append_x86 = " gallium-llvm gallium r600" -PACKAGECONFIG_append_x86-64 = " gallium-llvm gallium r600" - # "gbm" requires "dri", "opengl" PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm"