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

* Re: [Buildroot] [PATCH] package/qemu: do not build the guest agent for the host
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-05-13  8:21 UTC (permalink / raw)
  To: unixmania; +Cc: Romain Naour, buildroot

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

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/qemu: do not build the guest agent for the host
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-06-13 12:20 UTC (permalink / raw)
  To: unixmania; +Cc: Romain Naour, buildroot

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

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[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