From 984c1617231700da634c8e8aee59fc9966adb1ca Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Wed, 5 Jun 2019 20:52:09 +0200 Subject: v7a: bareboxes: use config diffs with the common reference config Make it easier to maintain a common set of features and also review the device-specific changes between all the barebox variants by using the config diff mechanism which has been available since PTXdist 2019.01.0. No barebox config was harmed in the making of this patch, only their difference to the common reference config was computed. Also add a helper script to regenerate the config diffs after the common config was changed. Signed-off-by: Roland Hieber --- scripts/update-diffs-v7a.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/update-diffs-v7a.sh (limited to 'scripts/update-diffs-v7a.sh') diff --git a/scripts/update-diffs-v7a.sh b/scripts/update-diffs-v7a.sh new file mode 100755 index 0000000..72490d7 --- /dev/null +++ b/scripts/update-diffs-v7a.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +BAREBOXES="barebox-common barebox-am335x barebox-mx6 barebox-rpi2 barebox-vexpress" +for pkg in $BAREBOXES; do + ptxdist oldconfig $pkg +done -- cgit v1.2.3