]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/docker/dockerfiles: Add libfdt to the i386 and to the riscv64 container
authorThomas Huth <thuth@redhat.com>
Tue, 24 Jan 2023 14:38:24 +0000 (15:38 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 26 Jan 2023 12:25:07 +0000 (13:25 +0100)
No need to recompile the dtc submodule here again and again, we can
use the pre-built binary from the distribution instead.
(And this will also help in case we finally get rid of the dtc submodule
in QEMU one day)

Message-Id: <20230124143824.844040-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/docker/dockerfiles/debian-riscv64-cross.docker
tests/docker/dockerfiles/fedora-i386-cross.docker

index 9715791e0b72d30638812cc177e3a3a54686bf57..3daf93968ab0de2208703d0cd4e0d3da814b10f8 100644 (file)
@@ -42,6 +42,7 @@ RUN apt update && \
     apt install -y --no-install-recommends \
          gcc-riscv64-linux-gnu \
          libc6-dev-riscv64-cross \
+         libfdt-dev:riscv64 \
          libffi-dev:riscv64 \
          libglib2.0-dev:riscv64 \
          libpixman-1-dev:riscv64
index 7eec648d2d7d08d2f52fe460875633a6e400b6ba..f58b64dc3eb0ce1539b81a35581debba13efedb9 100644 (file)
@@ -9,6 +9,7 @@ ENV PACKAGES \
     findutils \
     gcc \
     git \
+    libfdt-devel.i686 \
     libffi-devel.i686 \
     libselinux-devel.i686 \
     libtasn1-devel.i686 \