[PATCH buildbot 3/3] docker,worker: install qemu-utils

Paul Spooren mail at aparcar.org
Sun Jan 10 16:46:50 EST 2021



On So, Jan 10, 2021 at 10:25, Paul Spooren <mail at aparcar.org> wrote:
> To convert x86 images to VDI/VMDK the `qemu-img` tools is required,
> which is part of Debians `qemu-utils` package. The goal is to remove 
> the
> ancient in-tree `qemu-img` version and replace it with a recent host
> installed package.
> 
> Related: https://github.com/openwrt/openwrt/pull/3739/
> 
> Signed-off-by: Paul Spooren <mail at aparcar.org>
> ---

On second thoughts, the current Buildbot doesn't build VDI/VMDK images 
anyway, so if that's not required in the near future, this commit is 
optional anyway.

>  docker/buildslave/Dockerfile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/docker/buildslave/Dockerfile 
> b/docker/buildslave/Dockerfile
> index 408db3f..9cee882 100644
> --- a/docker/buildslave/Dockerfile
> +++ b/docker/buildslave/Dockerfile
> @@ -25,6 +25,7 @@ RUN echo 'deb http://deb.debian.org/debian testing 
> main' \
>  		pv \
>  		pwgen \
>  		python3 \
> +		qemu-utils \
>  		rsync \
>  		signify-openbsd \
>  		subversion \
> --
> 2.29.2
> 





More information about the openwrt-devel mailing list