From c7ca33aa5566636429f6b0ba9c959e2259acbc3e Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Wed, 14 Oct 2015 15:24:11 +0100 Subject: r-car e2 (alt/silk): mesa: Temporary workaround to upstream Mesa build issue This commit generalises an earlier workaround for the Alt board to all R-Car E2 based boards. Temporarily disable Cortex A7 optimisation to avoid upstream build issue between YP 1.7 gcc toolchain and Mesa 10.1,x releases. The build goes away and never returns. Graphics acceleration makes no use of Mesa so there should be no performance impact. This should be removed once upstream is fixed. --- meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend') diff --git a/meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend b/meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend index c5b6a2d..cd08da8 100644 --- a/meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend +++ b/meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend @@ -12,6 +12,6 @@ def map_libs(d): MESATARGET := "${@map_libs(d)}" include mesa-${MESATARGET}.inc -# Temporarily disable Cortex A7 optimisation to avoid upstream build issue -# between YP 1.7 gcc toolchain and Mesa 10.1,x releases. -TARGET_CC_ARCH_remove_alt = "-mtune=cortex-a7" +# For R-Car E2 temporarily disable Cortex A7 optimisation to avoid upstream +# build issue between YP 1.7 gcc toolchain and Mesa 10.1.x releases. +TARGET_CC_ARCH_remove_r8a7794 = "-mtune=cortex-a7" -- cgit 1.2.3-korg