All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/qemu: replace old configure param with new equivalent
@ 2021-06-24 14:00 Joseph Burt
  2021-07-24 20:40 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph Burt @ 2021-06-24 14:00 UTC (permalink / raw)
  To: buildroot

QEMU 6.0.0 replaces in [1] --(enable|disable)-git-update with
--with-git-submodules=(update|validate|ignore). "Disable" is now "ignore".

[1] https://lore.kernel.org/qemu-devel/20201016203857.62572-1-ddstreet at canonical.com/

Signed-off-by: Joseph Burt <caseorum@gmail.com>
---
 package/qemu/qemu.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index e0f722cf42..470c285f16 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -198,7 +198,7 @@ define QEMU_CONFIGURE_CMDS
 			--disable-vhost-crypto \
 			--disable-libxml2 \
 			--disable-capstone \
-			--disable-git-update \
+			--with-git-submodules=ignore \
 			--disable-opengl \
 			--disable-vhost-user-blk-server \
 			--disable-virtiofsd \
-- 
2.32.0

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

* Re: [Buildroot] [PATCH 1/1] package/qemu: replace old configure param with new equivalent
  2021-06-24 14:00 [Buildroot] [PATCH 1/1] package/qemu: replace old configure param with new equivalent Joseph Burt
@ 2021-07-24 20:40 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-07-24 20:40 UTC (permalink / raw)
  To: Joseph Burt; +Cc: Romain Naour, buildroot

Joseph, All,

On 2021-06-24 14:00 +0000, Joseph Burt spake thusly:
> QEMU 6.0.0 replaces in [1] --(enable|disable)-git-update with
> --with-git-submodules=(update|validate|ignore). "Disable" is now "ignore".
> 
> [1] https://lore.kernel.org/qemu-devel/20201016203857.62572-1-ddstreet@canonical.com/
> 
> Signed-off-by: Joseph Burt <caseorum@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/qemu/qemu.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
> index e0f722cf42..470c285f16 100644
> --- a/package/qemu/qemu.mk
> +++ b/package/qemu/qemu.mk
> @@ -198,7 +198,7 @@ define QEMU_CONFIGURE_CMDS
>  			--disable-vhost-crypto \
>  			--disable-libxml2 \
>  			--disable-capstone \
> -			--disable-git-update \
> +			--with-git-submodules=ignore \
>  			--disable-opengl \
>  			--disable-vhost-user-blk-server \
>  			--disable-virtiofsd \
> -- 
> 2.32.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/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@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-07-24 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 14:00 [Buildroot] [PATCH 1/1] package/qemu: replace old configure param with new equivalent Joseph Burt
2021-07-24 20:40 ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.