From bf28a005deaa3ce5d6c5d43d233822983b859cf4 Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Fri, 21 Jul 2017 17:40:43 +0100 Subject: 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 --- .../docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf') diff --git a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf index 3c58e58..9968d18 100644 --- a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf @@ -247,7 +247,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" -- cgit 1.2.3-korg