DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH next] mipsel: host-qemu: sync with PTXdist 2023.09.0
@ 2023-10-09 18:12 Roland Hieber
  2023-10-18  9:14 ` Robert Schwebel
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2023-10-09 18:12 UTC (permalink / raw)
  To: distrokit; +Cc: Roland Hieber

The recipe was forked to DistroKit because of missing support for the
mipsel target (which I just sent upstream). Just update the recipe to
the current version from PTXdist because the version of the recipe
currently in platform-mips complains about the '--meson' option.

Link: https://lore.ptxdist.org/ptxdist/20231009180547.2326444-1-rhi@pengutronix.de
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 configs/platform-mipsel/rules/host-qemu.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/platform-mipsel/rules/host-qemu.make b/configs/platform-mipsel/rules/host-qemu.make
index 3e1ccbea4468..8d377ffa55f8 100644
--- a/configs/platform-mipsel/rules/host-qemu.make
+++ b/configs/platform-mipsel/rules/host-qemu.make
@@ -55,14 +55,13 @@ HOST_QEMU_CONF_OPT	:= \
 		$(call ptx/ifdef, PTXCONF_HOST_QEMU_SYS,$(HOST_QEMU_SYS_TARGETS),) \
 		$(call ptx/ifdef, PTXCONF_HOST_QEMU_USR,$(HOST_QEMU_USR_TARGETS),) \
 	" \
-	--meson=meson \
 	--ninja=ninja \
-	--with-git-submodules=ignore \
+	--disable-download \
 	--disable-sanitizers \
 	--disable-tsan \
 	--disable-werror \
 	--enable-stack-protector \
-	--with-coroutine= \
+	--with-coroutine=auto \
 	--disable-plugins \
 	--disable-containers \
 	--audio-drv-list= \
@@ -144,6 +143,7 @@ HOST_QEMU_CONF_OPT	:= \
 	--disable-opengl \
 	--disable-oss \
 	--disable-pa \
+	--disable-pipewire \
 	--disable-parallels \
 	--disable-png \
 	--disable-pvrdma \
-- 
2.39.2




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

end of thread, other threads:[~2023-10-18  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-09 18:12 [DistroKit] [PATCH next] mipsel: host-qemu: sync with PTXdist 2023.09.0 Roland Hieber
2023-10-18  9:14 ` Robert Schwebel

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