buildroot/package/qemu
Romain Naour 0d8a19a2ae package/qemu: qemu systems emulation needs fdt when building for all targets
defconfig fragment to reproduce the issue:
BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y
BR2_PACKAGE_QEMU=y
BR2_PACKAGE_QEMU_SYSTEM=y

ERROR: Problem encountered: fdt not available but required by targets
       aarch64-softmmu, arm-softmmu, i386-softmmu, loongarch64-softmmu,
       microblaze-softmmu, microblazeel-softmmu, mips64el-softmmu,
       nios2-softmmu, or1k-softmmu, ppc-softmmu, ppc64-softmmu,
       riscv32-softmmu, riscv64-softmmu, rx-softmmu, x86_64-softmmu

Commit [1] select BR2_PACKAGE_QEMU_FDT for each individual emulator targets
but forgot to select is when BR2_PACKAGE_QEMU_CHOOSE_TARGETS is not set
(building for all targets).

Fixes:
http://autobuild.buildroot.org/results/e44/e444a02b899d325a9d99daed96b8cb96108383e7

[1] 44be514b21

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Cc: Carlos Santos <unixmania@gmail.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 59df3875b5)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-06-16 10:37:52 +02:00
..
0001-tests-fp-disable-fp-bench-build-by-default.patch
0002-softmmu-qemu-seccomp.c-add-missing-header-for-CLONE_.patch
0003-Revert-linux-user-add-more-compat-ioctl-definitions.patch package/qemu: add patches to fix host libc-2.37 compile 2023-06-13 09:04:21 +02:00
0004-Revert-linux-user-fix-compat-with-glibc-2.36-sys-mou.patch package/qemu: add patches to fix host libc-2.37 compile 2023-06-13 09:04:21 +02:00
Config.in package/qemu: qemu systems emulation needs fdt when building for all targets 2023-06-16 10:37:52 +02:00
Config.in.host
qemu.hash package/qemu: bump version to 7.2.1 2023-06-13 08:57:18 +02:00
qemu.mk package/qemu: do not build the guest agent for the host 2023-06-13 13:53:04 +02:00