From patchwork Mon Sep 8 13:40:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 69813 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 A0319CAC586 for ; Mon, 8 Sep 2025 13:41:04 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.13879.1757338863985293611 for ; Mon, 08 Sep 2025 06:41:04 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); 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 2E5D61692 for ; Mon, 8 Sep 2025 06:40:55 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.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 ESMTPA id 27A723F63F for ; Mon, 8 Sep 2025 06:41:03 -0700 (PDT) From: Ross Burton To: meta-arm@lists.yoctoproject.org Subject: [PATCH][scarthgap] arm-systemready/ir-acs: Update URL Date: Mon, 8 Sep 2025 14:40:56 +0100 Message-ID: <20250908134056.1302725-1-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 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 ; Mon, 08 Sep 2025 13:41:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/6690 From: Jon Mason The github URL where the image was located has gone away on the master branch. Update the URL to point to the legacy branch, which should stay around (according to the documentation). Fixes: aebe535aa8c3 ("arm-systemready: Introduce the Arm SystemReady layer") Signed-off-by: Jon Mason --- .../recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb b/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb index 64fcddf101..353be009a2 100644 --- a/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb +++ b/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb @@ -48,7 +48,7 @@ TEST_SUITES = "arm_systemready_ir_acs" PV = "2.0.0" PV_DATE = "23.03" FULL_PV = "v${PV_DATE}_${PV}" -ARM_SYSTEMREADY_IR_ACS_BRANCH ?= "main" +ARM_SYSTEMREADY_IR_ACS_BRANCH ?= "legacy_systemready" IMAGE_FILENAME = "ir-acs-live-image-generic-arm64-${PV}.wic" SRC_URI = " \ https://github.com/ARM-software/arm-systemready/raw/${ARM_SYSTEMREADY_IR_ACS_BRANCH}/IR/prebuilt_images/${FULL_PV}/ir-acs-live-image-generic-arm64.wic.xz;name=acs-img;downloadfilename=${IMAGE_FILENAME}.xz \