From patchwork Wed May 18 11:20:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 8219 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93FADC433F5 for ; Wed, 18 May 2022 11:20:56 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.3605.1652872855555216167 for ; Wed, 18 May 2022 04:20:55 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7FEA323A; Wed, 18 May 2022 04:20:54 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E91B73F718; Wed, 18 May 2022 04:20:53 -0700 (PDT) From: Ross Burton To: meta-arm@lists.yoctoproject.org Cc: sumit.garg@linaro.org Subject: [PATCH 1/3] CI: remove preferred version from external-gccarm Date: Wed, 18 May 2022 12:20:49 +0100 Message-Id: <20220518112051.3470898-1-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 18 May 2022 11:20:56 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/3428 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 --- 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}"