qemu: add to host utilities menu
authorFrank Hunleth <fhunleth@troodon-software.com>
Wed, 10 Dec 2014 22:11:58 +0000 (23:11 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 23 Dec 2014 11:09:17 +0000 (12:09 +0100)
This allows qemu-user to be selected by the user. One use case
for this is to call qemu-user from post build scripts to
run regression tests against the build.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in.host
package/qemu/Config.in.host [new file with mode: 0644]

index 0b7bc36e2be118b1b2872f3cf24d26bd38f8fa2c..9b127c80af43b41b66793e78a6b2a92cab59db42 100644 (file)
@@ -18,6 +18,7 @@ menu "Host utilities"
        source "package/parted/Config.in.host"
        source "package/patchelf/Config.in.host"
        source "package/pwgen/Config.in.host"
+       source "package/qemu/Config.in.host"
        source "package/sam-ba/Config.in.host"
        source "package/squashfs/Config.in.host"
        source "package/sunxi-tools/Config.in.host"
diff --git a/package/qemu/Config.in.host b/package/qemu/Config.in.host
new file mode 100644 (file)
index 0000000..a1f0531
--- /dev/null
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_HOST_QEMU
+       bool "host qemu"
+       help
+         QEMU is a generic and open source machine emulator and virtualizer.
+
+         This option builds a user emulator for your selected architecture.
+
+         http://www.qemu.org