summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/version.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemstoolkit/version: Remove the tailing - with a clean git repoChris Johns2018-11-291-1/+3
|
* rtemstoolkit: Fix unittests on WindowsChris Johns2018-11-291-0/+2
| | | | | | - Fix Windows host support so MSYS pythons can be used. - Fix Windows host support for python3. - Improve the mailer unittest.
* waf: Fix version paths on Windows.Chris Johns2018-11-291-3/+5
|
* rtemstoolkit: Add unit testing for the python modulesChris Johns2018-11-231-13/+4
| | | | | | | | | - 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: Fix the parsing of the revision string to a number.Chris Johns2018-11-051-1/+1
| | | | | | Fix provided by Amar on the user list: https://lists.rtems.org/pipermail/users/2018-October/032714.html
* config: Consolidate the version information into a single configuration fileChris Johns2018-10-031-25/+171
|
* Change RTEMS version from 4.12 to 5Sebastian Huber2017-11-091-1/+1
| | | | Update #3220.
* Add rtems-bsp-builder.Chris Johns2016-07-061-0/+3
| | | | | | | | | | | | | | | | | | 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.
* Update rtems-tool to support Python 2 and 3.Chris Johns2016-03-031-4/+15
| | | | | | Add solaris and netbsd. Close #2619.
* Disable installing PYO and PYC. Fix install paths.Chris Johns2016-02-191-2/+3
| | | | | | | | 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.
* rtemstoolkit: Python 3 compatibilitySebastian Huber2016-01-081-1/+1
|
* rtemstoolkit: msys2 compatibilitySebastian Huber2016-01-081-3/+2
|
* VERSION as an INI format file.Chris Johns2015-12-111-8/+11
| | | | One section is supported [version] with a 'release' entry.
* Add release versioning support.Chris Johns2015-12-091-12/+58
| | | | | | | | | | | | | | 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.
* Python 3 compatibilitySebastian Huber2015-11-121-4/+4
|
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+48