[Buildroot] [PATCH next 1/1] support/docker: add qemu-system-misc for riscv runtime tests

Alistair Francis alistair23 at gmail.com
Wed Aug 9 16:47:34 UTC 2023


On Tue, Aug 8, 2023 at 3:58 PM Julien Olivain <ju.o at free.fr> wrote:
>
> The docker image currently contains qemu-system-arm and
> qemu-system-x86. Each package contains the 32bit and 64bit variants.
> This has been sufficient for the time being.
>
> The RISC-V ecosystem is growing rapidly. It is starting to become
> mainstream. To increase the diversity in Buildroot runtime tests,
> this commit adds the qemu-system-misc package in the Docker image,
> in order to have the commands qemu-system-riscv{32,64}. This package
> also contains other architectures (for example: microblaze, nios2,
> s390x, xtensa, ...).
>
> For Debian package details, see:
> https://packages.debian.org/bullseye/qemu-system-misc
>
> Signed-off-by: Julien Olivain <ju.o at free.fr>

Reviewed-by: Alistair Francis <alistair.francis at wdc.com>

Alistair

> ---
> Note: I have already two work-in-progress patch series using
> qemu-system-riscv64. I'll wait for this patch to be accepted, and
> .gitlab-ci.yml to be updated to use the image before sending those.
> ---
>  support/docker/Dockerfile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile
> index a16c1e3849..8c6e2add60 100644
> --- a/support/docker/Dockerfile
> +++ b/support/docker/Dockerfile
> @@ -44,6 +44,7 @@ RUN apt-get -o APT::Retries=3 install -y --no-install-recommends \
>          python3-pexpect \
>          python3-pytest \
>          qemu-system-arm \
> +        qemu-system-misc \
>          qemu-system-x86 \
>          rsync \
>          shellcheck \
> --
> 2.41.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot



More information about the buildroot mailing list