mirror of
https://git.yoctoproject.org/poky
synced 2026-06-10 16:10:04 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
946690cbb7
commit
7c037b0d3e
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user