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

2023-07-20 Thread Tom Rini
On Fri, Jul 07, 2023 at 06:04:30PM -0400, Tom Rini wrote: > 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 > Signed-off

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

2023-07-08 Thread Simon Glass
On Fri, 7 Jul 2023 at 16:04, Tom Rini wrote: > > 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 > Signed-off-by: Tom Rin