[PATCH] tools/docker: Dockerfile: Don't specify dtc submodule

Tom Rini trini at konsulko.com
Sat Jul 8 00:04:30 CEST 2023


When building qemu, all required submodules (of which we need more than
just dtc) are handled automatically. Currently trying to init the
submodule the way we do results in a git failure.

Reported-by: Alexey Brodkin <Alexey.Brodkin at synopsys.com>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 tools/docker/Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 9804b55ddde7..aa54e2689fb5 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -175,7 +175,6 @@ 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 submodule update --init dtc && \
 	git checkout v6.1.0 && \
 	# config user.name and user.email to make 'git am' happy
 	git config user.name u-boot && \
-- 
2.34.1



More information about the U-Boot mailing list