| Message ID | 20260726183718.76060-2-jon.mason@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | None | expand |
diff --git a/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1000-external-sys-tests_git.bb b/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1000-external-sys-tests_git.bb index c14dfc4d7f74..229affc8ecea 100644 --- a/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1000-external-sys-tests_git.bb +++ b/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1000-external-sys-tests_git.bb @@ -1,6 +1,6 @@ SUMMARY = "CORSTONE1000 external systems communications tests" DESCRIPTION = "This is a Linux userspace tool to test the communication between Corstone1000 cores" -HOMEPAGE = "https://git.linaro.org/landing-teams/working/arm/test-apps.git" +HOMEPAGE = "https://gitlab.arm.com/arm-reference-solutions/corstone1000/applications" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=e44b2531cd6ffe9dece394dbe988d9a0"
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> --- .../corstone1000-external-sys-tests_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)