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

Message ID 20220518112051.3470898-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:20 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(-)

Comments

Jon Mason May 18, 2022, 8:30 p.m. UTC | #1
On Wed, 18 May 2022 12:20:49 +0100, Ross Burton wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/3] CI: remove preferred version from external-gccarm
      commit: 047d2b391cf88cd9969860d26ac459e01a69822c
[2/3] Revert "arm-toolchain/external-arm-toolchain: add back 10.3"
      commit: 16fe716dc60ddcd9885e8b68a3661dfe94ed35d9
[3/3] Revert "arm-toolchain/external-arm-toolchain: set the version in the recipe"
      commit: a52f85a2af9d40874bd6a511665830eda76641bf

Best regards,
Jon Mason May 23, 2022, 5:02 p.m. UTC | #2
On Wed, 18 May 2022 12:20:49 +0100, Ross Burton wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/3] CI: remove preferred version from external-gccarm
      commit: 047d2b391cf88cd9969860d26ac459e01a69822c
[2/3] Revert "arm-toolchain/external-arm-toolchain: add back 10.3"
      commit: 16fe716dc60ddcd9885e8b68a3661dfe94ed35d9
[3/3] Revert "arm-toolchain/external-arm-toolchain: set the version in the recipe"
      commit: a52f85a2af9d40874bd6a511665830eda76641bf

Best regards,

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}"