From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 18 Oct 2023 11:14:06 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qt2cw-00CouN-Tf for lore@lore.pengutronix.de; Wed, 18 Oct 2023 11:14:06 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qt2cv-0003Lh-5H; Wed, 18 Oct 2023 11:14:05 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qt2ct-0003LJ-6F; Wed, 18 Oct 2023 11:14:03 +0200 Received: from [2a0a:edc0:2:b01:1d::c0] (helo=ptx.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qt2cs-002WQa-QM; Wed, 18 Oct 2023 11:14:02 +0200 Received: from rsc by ptx.whiteo.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1qt2cs-00F3tg-OG; Wed, 18 Oct 2023 11:14:02 +0200 Date: Wed, 18 Oct 2023 11:14:02 +0200 From: Robert Schwebel To: Roland Hieber Message-ID: <20231018091402.GQ3184561@pengutronix.de> References: <20231009181251.2327015-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231009181251.2327015-1-rhi@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [DistroKit] [PATCH next] mipsel: host-qemu: sync with PTXdist 2023.09.0 X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Applied to next. On Mon, Oct 09, 2023 at 08:12:51PM +0200, Roland Hieber wrote: > 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 > --- > 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 > > > -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |