summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* platform-mips: add a script to update all configsOleksij Rempel2020-04-051-0/+14
| | | | | | Add a script to make updating of barebox and kernel packages easier. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
* ptxd_install_replace_figlet: remove redundant backportRoland Hieber2020-03-091-57/+0
| | | | | | | | | The fix went upstream in PTXdist 2018.10.0 with commit 43bd490bdfd1 ("ptxd_install_replace_figlet: replace all backslashes, not only the first"), so our backport is no longer necessary, and also has no relevant diff to the upstream version. Signed-off-by: Roland Hieber <rhi@pengutronix.de>
* scripts/p-all: automatically build all available platformsUwe Kleine-König2020-03-051-3/+3
| | | | | | | | | Instead of hardcoding the available platforms build for all actually existing platformconfigs. Effectively this adds mips. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* platform-v7a: barebox: version bump 2019.10.0 -> 2019.11.0Robert Schwebel2019-11-111-1/+1
| | | | | | A new barebox version is out, use it. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* 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>