[PATCH 3/3] arm-bsp/external-system: update HOMEPAGE
Jon Mason <[email protected]> Sun, 26 Jul 2026 14:37:18 -0400
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- meta-arm-bsp/recipes-bsp/external-system/external-system_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =3D "External system Cortex-M3 Firmware" DESCRIPTION =3D "Firmware to be loaded and run in External System Harnes= s in\ support to the main application CPU." -HOMEPAGE =3D "https://git.linaro.org/landing-teams/working/arm/external-= system.git" +HOMEPAGE =3D "https://gitlab.arm.com/arm-reference-solutions/corstone100= 0/external_system/rtx" DEPENDS =3D "gcc-arm-none-eabi-native" INHIBIT_DEFAULT_DEPS =3D "1" LICENSE =3D "Apache-2.0 AND BSD-3-Clause" --=20 2.50.1 (Apple Git-155)