[Buildroot] [git commit] configs/qemu_pcc_mac99: build host-qemu for runtime testing

Peter Korsgaard peter at korsgaard.com
Sun Feb 16 21:23:09 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=722f8effec790e4398686eae72b22b720d3c9dae
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The commit [1] added host-qemu package for each qemu defconfig
for gitlab runtime testing.

[1] 29e1cb88844614c40846540e22cf83aa9e52674f

Signed-off-by: Romain Naour <romain.naour at smile.fr>
Cc: Joel Stanley <joel at jms.id.au>
Acked-by: Joel Stanley <joel at jms.id.au>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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


More information about the buildroot mailing list