[buildbot] docker,worker: install qemu-utils

LEDE Commits lede-commits at lists.infradead.org
Sat Mar 6 07:07:52 GMT 2021


ynezz pushed a commit to buildbot.git, branch master:
https://git.openwrt.org/69c1dea51a9b128028f9c82ac7f90cf063e20bf3

commit 69c1dea51a9b128028f9c82ac7f90cf063e20bf3
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Sun Jan 10 10:27:58 2021 -1000

    docker,worker: install qemu-utils
    
    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>
    [rebased]
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 docker/buildslave/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/buildslave/Dockerfile b/docker/buildslave/Dockerfile
index 34d4ea1..c51b5d2 100644
--- a/docker/buildslave/Dockerfile
+++ b/docker/buildslave/Dockerfile
@@ -28,6 +28,7 @@ RUN \
 		pwgen \
 		python3 \
 		python3-pip \
+		qemu-utils \
 		unzip \
 		wget && \
 	apt-get clean && \



More information about the lede-commits mailing list