[1/3] CI: remove preferred version from external-gccarm

Message ID 20220518110727.3460305-1-ross.burton@arm.com
State New
Headers show
Series [1/3] CI: remove preferred version from external-gccarm | expand

Commit Message

Ross Burton May 18, 2022, 11:07 a.m. UTC
I misunderstood how the external-arm-toolchain recipes were working, the
latest revision of the recipe works with both 10.3 and 11.2.

Clean up my mess by dropping the PREFERRED_VERSION from the CI, and revert
the addition of versioned recipes.  Simply using the right tarball is
sufficient.

Thanks to Sumit Garg for noticing my mistake.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/external-gccarm.yml | 1 -
 1 file changed, 1 deletion(-)

Patch

diff --git a/ci/external-gccarm.yml b/ci/external-gccarm.yml
index 84c2cfa2..2af8b5e8 100644
--- a/ci/external-gccarm.yml
+++ b/ci/external-gccarm.yml
@@ -5,5 +5,4 @@  local_conf_header:
   cc: |
     SKIP_RECIPE[gcc-cross-arm] = "Using external toolchain"
     TCMODE = "external-arm"
-    PREFERRED_VERSION_external-arm-toolchain = "10.3-2021.07"
     EXTERNAL_TOOLCHAIN = "${TOPDIR}/toolchains/${TARGET_ARCH}"