| Message ID | 20260726183718.76060-3-jon.mason@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | None | expand |
diff --git a/meta-arm-bsp/recipes-bsp/external-system/external-system_git.bb b/meta-arm-bsp/recipes-bsp/external-system/external-system_git.bb index 87a8a34886b8..576bd50c1840 100644 --- a/meta-arm-bsp/recipes-bsp/external-system/external-system_git.bb +++ b/meta-arm-bsp/recipes-bsp/external-system/external-system_git.bb @@ -1,7 +1,7 @@ SUMMARY = "External system Cortex-M3 Firmware" DESCRIPTION = "Firmware to be loaded and run in External System Harness in\ support to the main application CPU." -HOMEPAGE = "https://git.linaro.org/landing-teams/working/arm/external-system.git" +HOMEPAGE = "https://gitlab.arm.com/arm-reference-solutions/corstone1000/external_system/rtx" DEPENDS = "gcc-arm-none-eabi-native" INHIBIT_DEFAULT_DEPS = "1" LICENSE = "Apache-2.0 AND BSD-3-Clause"
The HOMEPAGE variable was not updated when the SRC_URI was and it no longer points to a valid webpage. Signed-off-by: Jon Mason <jon.mason@arm.com> --- meta-arm-bsp/recipes-bsp/external-system/external-system_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)