]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
tests/docker: Install liblttng-ust-dev package in Ubuntu 20.04 image
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 17 Nov 2020 17:36:34 +0000 (17:36 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 23 Nov 2020 09:55:20 +0000 (09:55 +0000)
Install the liblttng-ust-dev package to be able to
build QEMU using the User-Space Tracer trace backend
(configure --enable-trace-backends=ust).

Suggested-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20201111121234.3246812-2-philmd@redhat.com>
Message-Id: <20201117173635.29101-6-alex.bennee@linaro.org>

tests/docker/dockerfiles/ubuntu2004.docker

index 355bbb3c638d18b4dbfdcdd67526a8fc707f5a1d..ae889d8482c59044ffcc692e186ab42c27ef3934 100644 (file)
@@ -23,6 +23,7 @@ ENV PACKAGES flex bison \
     libiscsi-dev \
     libjemalloc-dev \
     libjpeg-turbo8-dev \
+    liblttng-ust-dev \
     liblzo2-dev \
     libncurses5-dev \
     libncursesw5-dev \