]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
.gitmodules: move u-boot mirrors to qemu-project-mirrors
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Sep 2025 14:19:11 +0000 (15:19 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 18 Sep 2025 08:04:46 +0000 (11:04 +0300)
To continue our GitLab Open Source Program license we need to pass an
automated license check for all repos under qemu-project. While U-Boot
is clearly GPLv2 rather than fight with the automated validation
script just move the mirror across to a separate project.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Cc: qemu-stable@nongnu.org
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250908141911.2546063-1-alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit a11d1847d5ef8a7db58e6d4e44f36fec708f0981)
(Mjt: adjust context for 7.2.x)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
.gitmodules

index 24cffa87d42083a09aab938dfd4776ed4bad7b60..570d895aa1110e64677007d390783a48958f5eb4 100644 (file)
@@ -21,7 +21,7 @@
        url = https://gitlab.com/qemu-project/dtc.git
 [submodule "roms/u-boot"]
        path = roms/u-boot
-       url = https://gitlab.com/qemu-project/u-boot.git
+       url = https://gitlab.com/qemu-project-mirrors/u-boot.git
 [submodule "roms/skiboot"]
        path = roms/skiboot
        url = https://gitlab.com/qemu-project/skiboot.git
@@ -36,7 +36,7 @@
        url = https://gitlab.com/qemu-project/seabios-hppa.git
 [submodule "roms/u-boot-sam460ex"]
        path = roms/u-boot-sam460ex
-       url = https://gitlab.com/qemu-project/u-boot-sam460ex.git
+       url = https://gitlab.com/qemu-project-mirrors/u-boot-sam460ex.git
 [submodule "tests/fp/berkeley-testfloat-3"]
        path = tests/fp/berkeley-testfloat-3
        url = https://gitlab.com/qemu-project/berkeley-testfloat-3.git