mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/qemu: do not build the guest agent for the host
It does not make sense to build it for the host.
Signed-off-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 97064a5eaa)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
7494a4c331
commit
54b9f2e4a3
@@ -474,6 +474,7 @@ define HOST_QEMU_CONFIGURE_CMDS
|
||||
--disable-vnc-sasl \
|
||||
--enable-slirp \
|
||||
--enable-tools \
|
||||
--disable-guest-agent \
|
||||
$(HOST_QEMU_OPTS)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user