[PATCH] Dockerfile: Update QEMU git location

Tom Rini trini at konsulko.com
Tue Feb 7 18:50:13 CET 2023


Per https://www.qemu.org/contribute/ the official location of the QEMU
sources are https://gitlab.com/qemu-project/qemu.git

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 tools/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 2e72717fdd3d..ffbf26f2dc5c 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 && \
-- 
2.34.1



More information about the U-Boot mailing list