From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Mon, 2 Mar 2020 09:04:21 +0100 From: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Message-ID: <20200302080421.d3qkquurxnzdsrhp@pengutronix.de> References: <20200228051120.20074-1-o.rempel@pengutronix.de> <20200228092452.18636-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200228092452.18636-1-rhi@pengutronix.de> Subject: Re: [DistroKit] [PATCH v1 2/1] scripts: p-all: add mips platform List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: Roland Hieber Cc: Oleksij Rempel , distrokit@pengutronix.de On Fri, Feb 28, 2020 at 10:24:52AM +0100, Roland Hieber wrote: > This way it is less likely to get lost when doing a PTXdist migrate for > all platforms. = > --- > scripts/p-all | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > = > diff --git a/scripts/p-all b/scripts/p-all > index bdef601ad99c..7eb9694e6e6e 100755 > --- a/scripts/p-all > +++ b/scripts/p-all > @@ -7,7 +7,7 @@ else > echo Note: using PTXDIST=3D$PTXDIST > tput sgr 0 # back to normal > fi > -PLATFORMS=3D"v7a v8a rpi" > +PLATFORMS=3D"v7a v8a rpi mips" What about making this instead: diff --git a/scripts/p-all b/scripts/p-all index bdef601ad99c..bb95ed265e19 100755 --- a/scripts/p-all +++ b/scripts/p-all @@ -7,7 +7,7 @@ else echo Note: using PTXDIST=3D$PTXDIST tput sgr 0 # back to normal fi -PLATFORMS=3D"v7a v8a rpi" -for p in $PLATFORMS; do - $PTXDIST --platformconfig=3Dconfigs/platform-${p}/platformconfig "$= @" + +for pcfg in configs/platform-*/platformconfig; do + $PTXDIST --platformconfig=3D"$pcfg" "$@" done Best regards Uwe -- = Pengutronix e.K. | Uwe Kleine-K=F6nig | Industrial Linux Solutions | https://www.pengutronix.de/ | _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de