aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/docs/sample/conf/m3ulcb/linaro-gcc/gfx-only/local-wayland.conf
diff options
context:
space:
mode:
authorStephen Lawrence <stephen.lawrence@renesas.com>2017-07-21 17:40:43 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-09-15 10:20:15 +0200
commitbf28a005deaa3ce5d6c5d43d233822983b859cf4 (patch)
tree5e999c15c9e691b0cbab84552ee6d76f93ddd92d /meta-rcar-gen3/docs/sample/conf/m3ulcb/linaro-gcc/gfx-only/local-wayland.conf
parent62b8bba232cd1541e4825cd165f835d7c40b4b3f (diff)
conf: select gcc version 5.3 in sample conf
The Linaro toolchain has a known build failure when rpm is used with gcc 5.2. The gcc v5.2 libgcc recipe will fail in the do_package_write_rpm() task. This is issue #2431 in the Linaro bugzilla [1]. It is caused by the '-2' that is appended to the end of the release string. To avoid the issue update the local.conf to use gcc 5.3 so rpm can be used. [1] https://bugs.linaro.org/show_bug.cgi?id=2431 Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/docs/sample/conf/m3ulcb/linaro-gcc/gfx-only/local-wayland.conf')
-rw-r--r--meta-rcar-gen3/docs/sample/conf/m3ulcb/linaro-gcc/gfx-only/local-wayland.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/docs/sample/conf/m3ulcb/linaro-gcc/gfx-only/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/m3ulcb/linaro-gcc/gfx-only/local-wayland.conf
index 89d741a..e46c769 100644
--- a/meta-rcar-gen3/docs/sample/conf/m3ulcb/linaro-gcc/gfx-only/local-wayland.conf
+++ b/meta-rcar-gen3/docs/sample/conf/m3ulcb/linaro-gcc/gfx-only/local-wayland.conf
@@ -242,7 +242,7 @@ DISTRO_FEATURES_append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd"
# Linaro GCC
-GCCVERSION = "linaro-5.2"
+GCCVERSION = "linaro-5.3"
# add the static lib to SDK toolchain
SDKIMAGE_FEATURES_append = " staticdev-pkgs"