DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 1/5] scripts: add helper to run PTXdist on all platformconfigs
@ 2019-03-08 10:53 Roland Hieber
  2019-03-08 10:53 ` [DistroKit] [PATCH 2/5] ptxdist: version bump 2019.02.0 → 2019.03.0 Roland Hieber
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Roland Hieber @ 2019-03-08 10:53 UTC (permalink / raw)
  To: distrokit; +Cc: Roland Hieber

This makes it easier not to forget some platforms e.g. when doing a
ptxdist migrate.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 scripts/p-all | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100755 scripts/p-all

diff --git a/scripts/p-all b/scripts/p-all
new file mode 100755
index 0000000..238a6a7
--- /dev/null
+++ b/scripts/p-all
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Run ptxdist on all platformconfigs
+PLATFORMS="v7a v8a rpi"
+for p in $PLATFORMS; do
+	ptxdist --platformconfig=configs/platform-${p}/platformconfig "$@"
+done
-- 
2.20.1


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

end of thread, other threads:[~2019-03-10 23:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-08 10:53 [DistroKit] [PATCH 1/5] scripts: add helper to run PTXdist on all platformconfigs Roland Hieber
2019-03-08 10:53 ` [DistroKit] [PATCH 2/5] ptxdist: version bump 2019.02.0 → 2019.03.0 Roland Hieber
2019-03-08 10:53 ` [DistroKit] [PATCH 3/5] v7a: enable stack clash protection Roland Hieber
2019-03-10 23:13   ` Roland Hieber
2019-03-08 10:53 ` [DistroKit] [PATCH 4/5] rpi: " Roland Hieber
2019-03-08 10:53 ` [DistroKit] [PATCH 5/5] v8a: " Roland Hieber

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