summaryrefslogtreecommitdiff
path: root/rtemstoolkit/git.py (follow)
AgeCommit message (Collapse)Author
2016-03-03Update rtems-tool to support Python 2 and 3.Chris Johns
Add solaris and netbsd. Close #2619.
2016-02-19Disable installing PYO and PYC. Fix install paths.Chris Johns
Installing PYO and PYC does not work so disable this. Move the Python check to the top level and have a single place. Fix the install paths a revert the 'from . import' changes. This is resolved by installing into the correct paths.
2016-01-08rtemstoolkit: msys2 compatibilitySebastian Huber
2015-12-09Add release versioning support.Chris Johns
Support a top level VERSION file that defines an RTEMS release. Fix the install of the python modules including thertems-test. Update the git python module to the RSB version. Fix the options to not call clean and to call dirty. Update the version python module. Fix the rtld C++ support to the VERSION file and the top level waf script.
2015-11-12Python 3 compatibilitySebastian Huber
2014-02-15rt: Add the rtems-tester.Chris Johns