diff options
author | Stephen Lawrence <stephen.lawrence@renesas.com> | 2017-07-21 17:40:43 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-15 10:20:15 +0200 |
commit | bf28a005deaa3ce5d6c5d43d233822983b859cf4 (patch) | |
tree | 5e999c15c9e691b0cbab84552ee6d76f93ddd92d /meta-rcar-gen3/docs/sample/conf/h3ulcb | |
parent | 62b8bba232cd1541e4825cd165f835d7c40b4b3f (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/h3ulcb')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local-wayland.conf index 9f9655d..4359d56 100644 --- a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/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" diff --git a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local.conf b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local.conf index f25fc56..eb2f034 100644 --- a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local.conf +++ b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local.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" diff --git a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/gfx-only/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/gfx-only/local-wayland.conf index 44c5741..8b8b5ca 100644 --- a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/gfx-only/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/h3ulcb/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" diff --git a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/mmp/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/mmp/local-wayland.conf index 45772ea..6825b60 100644 --- a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/mmp/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/mmp/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" |