On Mon, Sep 8, 2025 at 4:21 PM Alex Bennée <[email protected]> wrote: > > 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.
If I haven't missed anything, then it is currently not possible to build any (recent?) QEMU release without this patch. It would be great if this patch could be backported to at least the stable-10.1 branch. This patch landed as `a11d1847d5ef` on master and applies cleanly on stable-10.1. Thanks, Christoph > > Signed-off-by: Alex Bennée <[email protected]> > Suggested-by: Daniel P. Berrangé <[email protected]> > Cc: [email protected] > --- > .gitmodules | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/.gitmodules b/.gitmodules > index 73cae4cd4da..e27dfe8c2c1 100644 > --- a/.gitmodules > +++ b/.gitmodules > @@ -15,7 +15,7 @@ > url = https://gitlab.com/qemu-project/qemu-palcode.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 > @@ -27,7 +27,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 "roms/edk2"] > path = roms/edk2 > url = https://gitlab.com/qemu-project/edk2.git > -- > 2.47.3 > >
