]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Docker: Update QEMU to 10.1.x
authorTom Rini <trini@konsulko.com>
Wed, 19 Nov 2025 14:34:53 +0000 (08:34 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 1 Dec 2025 15:17:48 +0000 (09:17 -0600)
The current release of QEMU is 10.1.2 and we should be tracking at least
that new currently, to help find and fix emulation problems. This will
make it smaller of a change when we move to 10.1.3 which will re-enable
sifive_unleashed_sdcard testing again.

Signed-off-by: Tom Rini <trini@konsulko.com>
tools/docker/Dockerfile

index ef0768429e4a46503a6d12d8487a4293bf221cb1..63e21a31c7140dafc6af9f3979be298e655e409d 100644 (file)
@@ -224,7 +224,7 @@ RUN git clone git://git.savannah.gnu.org/grub.git /tmp/grub && \
 
 RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
        cd /tmp/qemu && \
-       git checkout v10.0.2 && \
+       git checkout v10.1.2 && \
        # config user.name and user.email to make 'git am' happy
        git config user.name u-boot && \
        git config user.email u-boot@denx.de && \