]> Git Repo - J-u-boot.git/commitdiff
Dockerfile: Add m68k-softmmu to qemu
authorTom Rini <[email protected]>
Tue, 21 Mar 2023 19:28:00 +0000 (15:28 -0400)
committerTom Rini <[email protected]>
Wed, 22 Mar 2023 01:04:05 +0000 (21:04 -0400)
Given efforts to add an m68k target to CI, build qemu for it.

Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
tools/docker/Dockerfile

index fdcb0c7f3d29a8ae5e08b022e854c29368eefe56..2d94ed9fbacfc052a10656e23cc34f417a60b77d 100644 (file)
@@ -182,7 +182,7 @@ RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
        git config user.email [email protected] && \
        # manually apply the bug fix for QEMU 6.1.0 Xilinx Zynq UART emulation codes
        wget -O - http://patchwork.ozlabs.org/project/qemu-devel/patch/[email protected]/mbox/ | git am && \
-       ./configure --prefix=/opt/qemu --target-list="aarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,ppc-softmmu,riscv32-softmmu,riscv64-softmmu,sh4-softmmu,x86_64-softmmu,xtensa-softmmu" && \
+       ./configure --prefix=/opt/qemu --target-list="aarch64-softmmu,arm-softmmu,i386-softmmu,m68k-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,ppc-softmmu,riscv32-softmmu,riscv64-softmmu,sh4-softmmu,x86_64-softmmu,xtensa-softmmu" && \
        make -j$(nproc) all install && \
        rm -rf /tmp/qemu
 
This page took 0.034724 seconds and 4 git commands to generate.