diff options
author | Sam bobroff <sam.bobroff@au1.ibm.com> | 2016-11-23 11:16:52 +1100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-26 15:27:44 +0100 |
commit | ac6785f12cc6b24e66f3d16eb6058d7c5db6014e (patch) | |
tree | bd381f16bc409546d88f7589f64b964a81dd8b12 /package/qemu/Config.in | |
parent | 21a0ca235d1886c94d0e3ff4ab91a38a33720287 (diff) | |
download | buildroot-ac6785f12cc6b24e66f3d16eb6058d7c5db6014e.tar.gz buildroot-ac6785f12cc6b24e66f3d16eb6058d7c5db6014e.zip |
package/qemu: add option to include tools
Add an option to QEMU to include the "tools" (configure option:
--enable-tools) in the target. This adds a dependency on pixman, but
that's already present.
Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qemu/Config.in')
-rw-r--r-- | package/qemu/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/qemu/Config.in b/package/qemu/Config.in index e935ef9c61..b9c1ca1816 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -107,4 +107,9 @@ comment "FDT support needs a toolchain w/ dynamic library" endif # BR2_PACKAGE_QEMU_HAS_EMULS +config BR2_PACKAGE_QEMU_TOOLS + bool "Enable tools" + help + Say 'y' here to include tools packaged with QEMU (e.g. qemu-img). + endif # BR2_PACKAGE_QEMU |