diff options
author | Stephen Lawrence <stephen.lawrence@renesas.com> | 2015-10-14 15:24:11 +0100 |
---|---|---|
committer | Stephen Lawrence <stephen.lawrence@renesas.com> | 2015-10-14 15:57:50 +0100 |
commit | c7ca33aa5566636429f6b0ba9c959e2259acbc3e (patch) | |
tree | 86f2105d86b641f291483c345dced63f81c6f483 /meta-rcar-gen2 | |
parent | 6452a6452460278b5f392fd56b4543340cd7cd8b (diff) |
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.
Diffstat (limited to 'meta-rcar-gen2')
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend | 6 |
1 files changed, 3 insertions, 3 deletions
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" |