Re: [U-Boot] [PATCH 1/1] Dockerfile: build QEMU target for RISC-V 64bit

2019-08-04 Thread Tom Rini
On Sun, Aug 04, 2019 at 02:10:49PM +0200, Heinrich Schuchardt wrote: > Build riscv64-softmmu. > > Reviewed-by: Bin Meng > Signed-off-by: Heinrich Schuchardt Applied to u-boot-gitlab-ci-runner/master, thanks! -- Tom signature.asc Description: PGP signature __

Re: [U-Boot] [PATCH 1/1] Dockerfile: build QEMU target for RISC-V 64bit

2019-08-04 Thread Bin Meng
On Sun, Aug 4, 2019 at 8:11 PM Heinrich Schuchardt wrote: > > Build riscv64-softmmu. > > Signed-off-by: Heinrich Schuchardt > --- > This patch applies to > https://gitlab.denx.de/u-boot/gitlab-ci-runner > --- > Dockerfile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bi

[U-Boot] [PATCH 1/1] Dockerfile: build QEMU target for RISC-V 64bit

2019-08-04 Thread Heinrich Schuchardt
Build riscv64-softmmu. Signed-off-by: Heinrich Schuchardt --- This patch applies to https://gitlab.denx.de/u-boot/gitlab-ci-runner --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c669241..1d7a3da 100644 --- a/Dockerfile +++ b/Docke