mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
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>
This commit is contained in:
@@ -173,7 +173,7 @@ RUN git clone git://git.savannah.gnu.org/grub.git /tmp/grub && \
|
|||||||
true && \
|
true && \
|
||||||
rm -rf /tmp/grub
|
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 && \
|
cd /tmp/qemu && \
|
||||||
git submodule update --init dtc && \
|
git submodule update --init dtc && \
|
||||||
git checkout v6.1.0 && \
|
git checkout v6.1.0 && \
|
||||||
|
Reference in New Issue
Block a user