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

Build riscv64-softmmu.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- 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/Dockerfile @@ -132,7 +132,7 @@ RUN git clone git://git.qemu.org/qemu.git /tmp/qemu && \ cd /tmp/qemu && \ git submodule update --init dtc && \ git checkout 506179e42112be77bfd071f050b15762d3b2cd43 && \ - ./configure --prefix=/opt/qemu --target-list="aarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,ppc-softmmu,x86_64-softmmu,xtensa-softmmu" && \ + ./configure --prefix=/opt/qemu --target-list="aarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,ppc-softmmu,riscv64-softmmu,x86_64-softmmu,xtensa-softmmu" && \ make -j$(nproc) all install && \ rm -rf /tmp/qemu
-- 2.20.1

On Sun, Aug 4, 2019 at 8:11 PM Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Build riscv64-softmmu.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
This patch applies to https://gitlab.denx.de/u-boot/gitlab-ci-runner
Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com

On Sun, Aug 04, 2019 at 02:10:49PM +0200, Heinrich Schuchardt wrote:
Build riscv64-softmmu.
Reviewed-by: Bin Meng bmeng.cn@gmail.com Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to u-boot-gitlab-ci-runner/master, thanks!
participants (3)
-
Bin Meng
-
Heinrich Schuchardt
-
Tom Rini