Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/qemu: do not build the guest agent for the host
@ 2023-03-22 23:14 unixmania
  2023-05-13  8:21 ` Yann E. MORIN
  2023-06-13 12:20 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: unixmania @ 2023-03-22 23:14 UTC (permalink / raw)
  To: buildroot; +Cc: Carlos Santos, Romain Naour

From: Carlos Santos <unixmania@gmail.com>

It does not make sense to build it for the host.

Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
 package/qemu/qemu.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index 4194670bb0..cdc1785375 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -486,6 +486,7 @@ define HOST_QEMU_CONFIGURE_CMDS
 		--disable-vnc-sasl \
 		--enable-slirp \
 		--enable-tools \
+		--disable-guest-agent \
 		$(HOST_QEMU_OPTS)
 endef
 
-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-13 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22 23:14 [Buildroot] [PATCH] package/qemu: do not build the guest agent for the host unixmania
2023-05-13  8:21 ` Yann E. MORIN
2023-06-13 12:20 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox