Re: [PATCH] Dockerfile: Update QEMU git location

2023-02-12 Thread Tom Rini
On Tue, 07 Feb 2023 12:50:13 -0500, Tom Rini wrote: > Per https://www.qemu.org/contribute/ the official location of the QEMU > sources are https://gitlab.com/qemu-project/qemu.git > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] Dockerfile: Update QEMU git location

2023-02-07 Thread Simon Glass
On Tue, 7 Feb 2023 at 10:50, Tom Rini wrote: > > Per https://www.qemu.org/contribute/ the official location of the QEMU > sources are https://gitlab.com/qemu-project/qemu.git > > Signed-off-by: Tom Rini > --- > tools/docker/Dockerfile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Re

[PATCH] Dockerfile: Update QEMU git location

2023-02-07 Thread Tom Rini
Per https://www.qemu.org/contribute/ the official location of the QEMU sources are https://gitlab.com/qemu-project/qemu.git Signed-off-by: Tom Rini --- tools/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile in