From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Sun, 9 Feb 2020 19:03:21 +0100 Subject: [Buildroot] [PATCH v4 3/9] configs/qemu_m68k_q800: remove host-qemu In-Reply-To: <20200209180327.455426-1-romain.naour@smile.fr> References: <20200209180327.455426-1-romain.naour@smile.fr> Message-ID: <20200209180327.455426-4-romain.naour@smile.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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 Signed-off-by: Romain Naour --- 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 -- 2.24.1