summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2023-10-09 20:12:51 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2023-10-20 12:52:42 +0200
commita8fa2344dc9cb542b57f31fc62ddb7725fbe1f80 (patch)
treee6d8d969115a3030b37f2fadd4e887c1ba93b627
parent60f18c90ef5f79d8ac2ad446a02c52096002951e (diff)
downloadDistroKit-a8fa2344dc9cb542b57f31fc62ddb7725fbe1f80.tar.gz
DistroKit-a8fa2344dc9cb542b57f31fc62ddb7725fbe1f80.tar.xz
mipsel: host-qemu: sync with PTXdist 2023.09.0
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. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Link: https://lore.pengutronix.de/distrokit/20231009181251.2327015-1-rhi@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/platform-mipsel/rules/host-qemu.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/platform-mipsel/rules/host-qemu.make b/configs/platform-mipsel/rules/host-qemu.make
index 3e1ccbe..8d377ff 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 \