[PATCH 2/3] arm-bsp/corstone1000-external-sys-tests: update HOMEPAGE
Jon Mason <[email protected]> Sun, 26 Jul 2026 14:37:17 -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]> --- .../corstone1000-external-sys-tests_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/co= rstone1000-external-sys-tests_git.bb b/meta-arm-bsp/recipes-test/corstone= 1000-external-sys-tests/corstone1000-external-sys-tests_git.bb index c14dfc4d7f74..229affc8ecea 100644 --- a/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1= 000-external-sys-tests_git.bb +++ b/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1= 000-external-sys-tests_git.bb @@ -1,6 +1,6 @@ SUMMARY =3D "CORSTONE1000 external systems communications tests" DESCRIPTION =3D "This is a Linux userspace tool to test the communicatio= n between Corstone1000 cores" -HOMEPAGE =3D "https://git.linaro.org/landing-teams/working/arm/test-apps= .git" +HOMEPAGE =3D "https://gitlab.arm.com/arm-reference-solutions/corstone100= 0/applications" LICENSE =3D "BSD-3-Clause" LIC_FILES_CHKSUM =3D "file://LICENSE;md5=3De44b2531cd6ffe9dece394dbe988d= 9a0" =20 --=20 2.50.1 (Apple Git-155)