[Buildroot] [git commit] configs/qemu_aarch64_ebbr: add host-qemu

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Nov 23 21:42:33 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=2cda2584fbb566284019f39ca89f44b42dacdb03
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Add the host-qemu package to enable testing on gitlab.

Signed-off-by: Vincent Stehlé <vincent.stehle at arm.com>
Cc: Romain Naour <romain.naour at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 configs/qemu_aarch64_ebbr_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/qemu_aarch64_ebbr_defconfig b/configs/qemu_aarch64_ebbr_defconfig
index a0d8105c43..d293ad0e60 100644
--- a/configs/qemu_aarch64_ebbr_defconfig
+++ b/configs/qemu_aarch64_ebbr_defconfig
@@ -48,3 +48,7 @@ BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
 BR2_PACKAGE_HOST_MTOOLS=y
+
+# host-qemu for gitlab testing
+BR2_PACKAGE_HOST_QEMU=y
+BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y



More information about the buildroot mailing list