]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
commit2b5e0c9ff8299bbfa1a6b0c9cac385adb733152a
tree57e87684366589dbe5d10e5dc8a2704828d146a7
parent5b5b0c73c8264647db9f4dcbb2894b685512a139
tests/docker/dockerfiles: Add libfdt to the i386 and to the riscv64 container

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