summaryrefslogtreecommitdiff
path: root/package/Config.in.host
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/Config.in.host
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/Config.in.host')
-rw-r--r--package/Config.in.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in.host b/package/Config.in.host
index 0b7bc36e2..9b127c80a 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -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"