summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-02-07 12:50:13 -0500
committerTom Rini <trini@konsulko.com>2023-02-11 09:56:28 -0500
commite38cdc684b6fd47d9ca133ac5b50773f7b0d0142 (patch)
tree5f566a04ecd2c5d6f5b87db3640a3df8f399faac /tools
parentecff2bc4bd2687b280898c63eecfcc31d13cce22 (diff)
Dockerfile: Update QEMU git location
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 202a8145af..3d5a9a0744 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -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 && \