summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/linux.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemstoolkit: Use multiprocessing.cpu_count()Sebastian Huber2020-03-051-14/+2
| | | | | The previous implementation does not work on some Linux distributions, e.g. Debian on sparc64. Use a standard function instead.
* rtemstoolkit: Support more Linux distributionsSebastian Huber2020-03-051-1/+2
| | | | The platform.dist() function is not always available.
* rtemstoolkit: Add unit testing for the python modulesChris Johns2018-11-231-10/+2
| | | | | | | | | - Add support to run the unit tests for the rtemstoolkit python modules from waf. Enter './waf test' for the tests to be run on python2 and python3. - Update the importing of rtemstoolkit modules to the standard method which works on python2 and python3. - Update the README.
* rtemstoolkit: Move host support access into a separate module.Chris Johns2017-04-251-7/+11
| | | | | Moving the host support into a module lets it get used where options is not being used.
* Update rtems-tool to support Python 2 and 3.Chris Johns2016-03-031-5/+13
| | | | | | Add solaris and netbsd. Close #2619.
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+148