summaryrefslogtreecommitdiffstats
path: root/rules/post
Commit message (Collapse)AuthorAgeFilesLines
* strace: remove local version bumpRoland Hieber2020-09-151-7/+0
| | | | | | Since PTXdist 2020.09.0, we have strace 5.8 from upstream. Signed-off-by: Roland Hieber <rhi@pengutronix.de>
* strace: temporary version bump 5.7 -> 5.8Roland Hieber2020-08-311-0/+7
| | | | | | | | | | | | | | Instead of forking the whole rule file, adapt only the relevant lines of the respective upstream PTXdist submission [0] locally to fix build errors when updating to OSELAS.Toolchain 2020.08.0. The override can be removed again after migrating to a PTXdist version that includes the change. [0]: <20200830193241.30954-1-rhi@pengutronix.de> (2020-08-30, Roland Hieber: "[ptxdist] [PATCH] strace: version bump 5.7 -> 6.8"), https://www.mail-archive.com/ptxdist@pengutronix.de/msg17004.html Signed-off-by: Roland Hieber <rhi@pengutronix.de>
* v7a: barebox-common: add clean target that affects all bareboxesAhmad Fatoum2019-11-041-0/+9
| | | | | | | | Repeat what we did with barebox-common's oldconfig for clean stage as well: Running ptxdist clean barebox-common will now clean all bareboxes. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* v7a: barebox-common: modify oldconfig to affect all bareboxesAhmad Fatoum2019-11-041-0/+13
With barebox updates, oldconfig needs to be rerun for every barebox in the BSP, to resync the configs. With this change this can be done at once by issuing a ptxdist oldconfig barebox-common. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>