[Buildroot] [PATCH v4 3/9] configs/qemu_m68k_q800: remove host-qemu
From: Romain Naour <hidden>
Date: 2020-02-09 18:12:24
Hi, Le 09/02/2020 ? 19:03, Romain Naour a ?crit?:
Building upstream host-qemu for m68k_q800 is useless since it doesn't support the q800 machine: qemu-system-m68k: -M q800: unsupported machine type This defconfig must be used with the QEMU fork from [1] using q800-v2.11.0 branch. [1] https://github.com/vivier/qemu-m68k
This patch has been sent for the first time almost one year ago, since then m68k_q800 port has been merged upstream and released with Qemu 4.2.0 [1] I still need to check if it really work with our qemu defconfig. [1] https://git.qemu.org/?p=qemu.git;a=commit;h=04e7ca8d0f15a1c185f7b4b5c0de797730c2ed86 Best regards, Romain
quoted hunk ↗ jump to hunk
Signed-off-by: Romain Naour <redacted> --- configs/qemu_m68k_q800_defconfig | 4 ---- 1 file changed, 4 deletions(-)diff --git a/configs/qemu_m68k_q800_defconfig b/configs/qemu_m68k_q800_defconfig index 2ef73d1dd6..e2a5f27431 100644 --- a/configs/qemu_m68k_q800_defconfig +++ b/configs/qemu_m68k_q800_defconfig@@ -23,7 +23,3 @@ BR2_LINUX_KERNEL_VMLINUX=y # Serial port config BR2_TARGET_GENERIC_GETTY=y BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" - -# host-qemu for gitlab testing -BR2_PACKAGE_HOST_QEMU=y -BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y