1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-03 01:40:20 +00:00

CI: use external-arm-toolchain 10.3

The 11.2 release of the Arm GCC uses Broadwell-onwards instructions, but
our CI (and many other users) have pre-Broadwell hardware.

Until 11.3 is released which fixes this, go back to using 10.3 for our CI.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-05-17 13:28:18 +01:00
committed by Jon Mason
parent 5fec85b41d
commit 4c6ccb833c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,4 +5,5 @@ local_conf_header:
cc: | cc: |
SKIP_RECIPE[gcc-cross-arm] = "Using external toolchain" SKIP_RECIPE[gcc-cross-arm] = "Using external toolchain"
TCMODE = "external-arm" TCMODE = "external-arm"
PREFERRED_VERSION_external-arm-toolchain = "10.3-2021.07"
EXTERNAL_TOOLCHAIN = "${TOPDIR}/toolchains/${TARGET_ARCH}" EXTERNAL_TOOLCHAIN = "${TOPDIR}/toolchains/${TARGET_ARCH}"
+1 -1
View File
@@ -2,7 +2,7 @@
set -u set -u
HOST_ARCH=$(uname -m) HOST_ARCH=$(uname -m)
VER="11.2-2022.02" VER="10.3-2021.07"
DOWNLOAD_DIR=$1 DOWNLOAD_DIR=$1
TOOLCHAIN_DIR=$2 TOOLCHAIN_DIR=$2