summaryrefslogtreecommitdiffstats
path: root/tester/rtems-bsp-builder (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all python commands to use env pythonChris Johns2020-09-261-14/+17
| | | | | | | | - If you host does not provide a python command consult the User manual for ways you can run the python commands. - Full package paths are being used to avoid namespace pollution and crosstalk.
* python: Provide support to select a valid python version.Chris Johns2018-11-081-15/+14
| | | | | | | | - Update imports after wrapping the code. - Fix python3 issues. - Fix config path issues for in repo and install runs. Closes #3537
* Add rtems-bsp-builder.Chris Johns2016-07-061-0/+43
This is a testing tool that builds BSPs with a range of configure options for regression testing changes do not break the kernel code. The builds are controlled by an INI file. The INI configuration has profiles which define a specific set of architures and BSP to build. There are architectures which contain BSPs and these further define the options needed to build the BSP. There is also builds which define the variations each BSP is built with. The build output can be pointed to any suitable disks so you can control where the output ends up. This initial release contains tiers and these are only seeded with something to test with. It does not define the tiers. Wanrings, object files and libraries are counted.