]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools/docker: Dockerfile: Don't specify dtc submodule
authorTom Rini <trini@konsulko.com>
Fri, 7 Jul 2023 22:04:30 +0000 (18:04 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jul 2023 18:48:20 +0000 (14:48 -0400)
commit9b9628b60e2012f2e0c40285d5e1c7a9a2fc3b37
treee47722bb90e4aeaf2f352134b42024229a900406
parent99fddf5caa65a3bffd5fc2b9f87bf1e4837fb440
tools/docker: Dockerfile: Don't specify dtc submodule

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@synopsys.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/docker/Dockerfile