From 047d2b391cf88cd9969860d26ac459e01a69822c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 18 May 2022 12:07:25 +0100 Subject: [PATCH] CI: remove preferred version from external-gccarm 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 Signed-off-by: Jon Mason --- ci/external-gccarm.yml | 1 - 1 file changed, 1 deletion(-) 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}"