summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* v7a: bareboxes: use config diffs with the common reference configRoland Hieber2019-06-051-0/+6
| | | | | | | | | | | | | | 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 <rhi@pengutronix.de>
* scripts: p-all: allow overriding ptxdist via $PTXDISTRoland Hieber2019-03-131-1/+8
| | | | | | | This actually makes it possible to call specific versions of PTXdist, e.g. when migrating to a specific version. Signed-off-by: Roland Hieber <rhi@pengutronix.de>
* scripts: add helper to run PTXdist on all platformconfigsRoland Hieber2019-03-111-0/+6
| | | | | | | 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: backport bugfix for /etc/issue generationRobert Schwebel2018-10-051-7/+8
| | | | | | | | | | | | | | In 4e3f122b9094f2e7c990207f7564ea575a455e07, the /etc/issue banner generation was ported back to the version from ptxdist-2018.09.0. It turned out that there is a bug in ptxdist-2018.10.0 (missing ,g in regular expression), so we go back to that version, with the missing ,g added. The fix should go into ptxdist-2018.11.0, so we can remove this local override afterwards. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* scripts: revert /etc/issue generation to pre-ptxdist-2018.10.0 variantRobert Schwebel2018-10-051-0/+56
The upstream rework of the banner generation from ptxdist commit f53889792197d93ca2f9bb7edc0d8e778c0ba9e2 is broken. Revert temporarily to the version from ptxdist-2018.09.0. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>