aboutsummaryrefslogtreecommitdiff
path: root/scripts/upgrade
Commit message (Collapse)AuthorAgeFilesLines
* Move GDB build into a common backend functionAlexey Neyman2019-03-091-0/+25
| | | | | | | ... needed to create a common runtime test for an incompatible change in glibc API. Signed-off-by: Alexey Neyman <stilor@att.net>
* Improve upgradability of defconfig filesAlexey Neyman2019-02-093-0/+488
- Switch to two-pass reading of the config file to track both (a) the option's value and (b) if the option has been explicitly called out in the .config being processed. - Split off per-version functions into separate files. - Add a README with some guidelines on writing new upgrade scripts. Signed-off-by: Alexey Neyman <stilor@att.net>