diff mbox series

arm-systemready/ir-acs: Update URL

Message ID 20250616135214.29942-1-jon.mason@arm.com
State New
Headers show
Series arm-systemready/ir-acs: Update URL | expand

Commit Message

Jon Mason June 16, 2025, 1:52 p.m. UTC
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).

Signed-off-by: Jon Mason <jon.mason@arm.com>
Fixes: aebe535aa8c3 ("arm-systemready: Introduce the Arm SystemReady layer")
---
 .../recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Mason June 17, 2025, 2 p.m. UTC | #1
On Mon, 16 Jun 2025 09:52:14 -0400, Jon Mason 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: acd1d70123479c789942b43bcbd6f52935c1f3cc

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 eef1c0456c05..3558d4a08e86 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 \