diff options
author | 2019-05-05 18:53:56 +0200 | |
---|---|---|
committer | 2019-08-02 23:50:39 +0200 | |
commit | 29e1cb88844614c40846540e22cf83aa9e52674f (patch) | |
tree | 6f76aaa5919119abba2ced39da1d163728adaaf1 /configs/qemu_mips64el_malta_defconfig | |
parent | f4dae144f7813071d4e7d5881992470100fbe8e2 (diff) | |
download | buildroot-29e1cb88844614c40846540e22cf83aa9e52674f.tar.gz buildroot-29e1cb88844614c40846540e22cf83aa9e52674f.tar.bz2 |
configs/qemu-*: add host-qemu-system
Such config allows to setup gitlab tests for various
qemu architectures (x86, mips, nios2, microblaze, ..., etc)
using the same Qemu version.
Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'configs/qemu_mips64el_malta_defconfig')
-rw-r--r-- | configs/qemu_mips64el_malta_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/qemu_mips64el_malta_defconfig b/configs/qemu_mips64el_malta_defconfig index 5ddb759bbe..2ec28436bb 100644 --- a/configs/qemu_mips64el_malta_defconfig +++ b/configs/qemu_mips64el_malta_defconfig @@ -23,3 +23,7 @@ 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 |