diff mbox series

arm-systemready/ir-acs: Update URL

Message ID 20250708135504.78280-1-ross.burton@arm.com
State New
Headers show
Series arm-systemready/ir-acs: Update URL | expand

Commit Message

Ross Burton July 8, 2025, 1:55 p.m. UTC
From: Jon Mason <jon.mason@arm.com>

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 <jon.mason@arm.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Mason July 10, 2025, 3:36 a.m. UTC | #1
On Tue, 08 Jul 2025 14:55:04 +0100, Ross Burton wrote:
> 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).
> 
> 

Applied, thanks!

[1/1] arm-systemready/ir-acs: Update URL
      commit: ed9d996aa9aab027a9c4565ecce92bd16016a683

Best regards,
diff mbox series

Patch

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 eef1c0456c..3558d4a08e 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 \