summaryrefslogtreecommitdiff
path: root/scripts/upgrade
AgeCommit message (Collapse)AuthorFilesLines
2019-03-10Move GDB build into a common backend functionAlexey Neyman1-0/+25
... needed to create a common runtime test for an incompatible change in glibc API. Signed-off-by: Alexey Neyman <stilor@att.net>
2019-02-09Improve upgradability of defconfig filesAlexey Neyman3-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>