From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Sun, 9 Feb 2020 19:03:20 +0100 Subject: [Buildroot] [PATCH v4 2/9] configs/qemu_pcc_mac99: build host-qemu for runtime testing In-Reply-To: <20200209180327.455426-1-romain.naour@smile.fr> References: <20200209180327.455426-1-romain.naour@smile.fr> Message-ID: <20200209180327.455426-3-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 The commit [1] added host-qemu package for each qemu defconfig for gitlab runtime testing. [1] 29e1cb88844614c40846540e22cf83aa9e52674f Signed-off-by: Romain Naour Cc: Joel Stanley --- configs/qemu_ppc_mac99_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/qemu_ppc_mac99_defconfig b/configs/qemu_ppc_mac99_defconfig index 4a7c7ce599..496b0fb2a4 100644 --- a/configs/qemu_ppc_mac99_defconfig +++ b/configs/qemu_ppc_mac99_defconfig @@ -24,3 +24,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" BR2_TARGET_ROOTFS_CPIO=y BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set + +# host-qemu for gitlab testing +BR2_PACKAGE_HOST_QEMU=y +BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y -- 2.24.1