[Buildroot] [git commit] package/qemu: add qemu host tools

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Mon Jun 27 20:12:42 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=154727350ee1959651b8e933f692b81fc5c24022
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Always build host qemu-tools e.g. qemu-img.
https://qemu.readthedocs.io/en/latest/tools/index.html

Signed-off-by: Thomas Devoogdt <thomas.devoogdt at gmail.com>
Reviewed-by: Thomas Huth <huth at tuxfamily.org>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/qemu/qemu.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index 290186ec4e..9e1bec3836 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -390,6 +390,7 @@ define HOST_QEMU_CONFIGURE_CMDS
 		--disable-vnc-jpeg \
 		--disable-vnc-png \
 		--disable-vnc-sasl \
+		--enable-tools \
 		$(HOST_QEMU_OPTS)
 endef
 



More information about the buildroot mailing list