[PATCH for v2026.10] Docker: Update QEMU to 10.0.6

Tom Rini trini at konsulko.com
Wed Nov 19 15:32:58 CET 2025


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 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 58f2a28daa0f..92be7f763417 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -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 at denx.de && \
-- 
2.43.0



More information about the U-Boot mailing list