From e7887ded5f30b70eabb872d9daee578fc12333e2 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 11 Mar 2019 00:40:35 +0100 Subject: scripts: add helper to run PTXdist on all platformconfigs This makes it easier not to forget some platforms e.g. when doing a ptxdist migrate. Signed-off-by: Roland Hieber --- scripts/p-all | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/p-all (limited to 'scripts') 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 -- cgit v1.2.3