summaryrefslogtreecommitdiff
path: root/package/qemu
diff options
context:
space:
mode:
authorFrank Hunleth <fhunleth@troodon-software.com>2014-12-10 23:11:58 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-23 12:09:17 +0100
commitb268df55c17e8323fe658412df681268b0f1b0df (patch)
tree519105e77c752543e3efc96caa3407460d1f36e8 /package/qemu
parent0e840be6b7112778c3c84f9cc237ce0ab4a1fb4f (diff)
qemu: add to host utilities menu
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>
Diffstat (limited to 'package/qemu')
-rw-r--r--package/qemu/Config.in.host8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/qemu/Config.in.host b/package/qemu/Config.in.host
new file mode 100644
index 000000000..a1f05310e
--- /dev/null
+++ b/package/qemu/Config.in.host
@@ -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