diff mbox series

package/qemu: do not build the guest agent for the host

Message ID 20230322231453.551305-1-unixmania@gmail.com
State Accepted
Headers show
Series package/qemu: do not build the guest agent for the host | expand

Commit Message

Carlos Santos March 22, 2023, 11:14 p.m. UTC
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(+)

Comments

Yann E. MORIN May 13, 2023, 8:21 a.m. UTC | #1
Carlos, All,

On 2023-03-22 20:14 -0300, unixmania@gmail.com spake thusly:
> 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>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  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
Peter Korsgaard June 13, 2023, 12:20 p.m. UTC | #2
>>>>> "unixmania" == unixmania  <unixmania@gmail.com> writes:

 > 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>

Committed to 2023.02.x, thanks.
diff mbox series

Patch

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