]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Docker: Update QEMU to 10.0.6
authorTom Rini <trini@konsulko.com>
Wed, 19 Nov 2025 14:32:58 +0000 (08:32 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 26 Nov 2025 15:39:03 +0000 (09:39 -0600)
The QEMU project has the 10.0.x series as an LTS release. While we are
not doing an LTS ourselves, we can be confident in the changes between
10.0.2 and 10.0.6, so update ourselves.

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

index 58f2a28daa0f2955ff1aef1767f26c7175c78ad8..92be7f763417bec9cd241ab41d8b235715e7273d 100644 (file)
@@ -220,7 +220,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.0.6 && \
        # 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 && \