]> git.baikalelectronics.ru Git - uboot.git/commitdiff
Dockerfile: Update QEMU git location
authorTom Rini <trini@konsulko.com>
Tue, 7 Feb 2023 17:50:13 +0000 (12:50 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 14:56:28 +0000 (09:56 -0500)
Per https://www.qemu.org/contribute/ the official location of the QEMU
sources are https://gitlab.com/qemu-project/qemu.git

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
tools/docker/Dockerfile

index 202a8145af77405aa09178ce65b200560516aad6..3d5a9a074472eb2886deea51d0b66848023523b9 100644 (file)
@@ -173,7 +173,7 @@ RUN git clone git://git.savannah.gnu.org/grub.git /tmp/grub && \
        true && \
        rm -rf /tmp/grub
 
-RUN git clone git://git.qemu.org/qemu.git /tmp/qemu && \
+RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
        cd /tmp/qemu && \
        git submodule update --init dtc && \
        git checkout v6.1.0 && \