[PATCH] config: Consolidate the version information into a single configuration file

2018-10-02 Thread chrisj
From: Chris Johns --- config/rtems-version.ini | 8 ++ rtemstoolkit/check.py| 2 +- rtemstoolkit/options.py | 4 +- rtemstoolkit/rtems.py| 59 -- rtemstoolkit/version.py | 196 +-- tester/rt/check.py | 33 t

Re: No program named Python

2018-10-02 Thread Ralf Corsépius
On 10/2/18 3:41 PM, Christian Mauderer wrote: > Am 02.10.18 um 13:20 schrieb Joel Sherrill: >> We need to watch out for this and see if there is a trend. Upstream python decided to drop */bin/python and to mandate */bin/python2 rsp. */bin/python3. Older distros still have */bin/python, most m

Re: No program named Python

2018-10-02 Thread Christian Mauderer
Am 02.10.18 um 13:20 schrieb Joel Sherrill: > > > On Mon, Oct 1, 2018, 11:52 PM Chris Johns > wrote: > > On 02/10/2018 09:08, Joel Sherrill wrote: > > > > It could be a system administration issue I don't know how to > resolve yet but > > during rece

Re: No program named Python

2018-10-02 Thread Joel Sherrill
On Mon, Oct 1, 2018, 11:52 PM Chris Johns wrote: > On 02/10/2018 09:08, Joel Sherrill wrote: > > > > It could be a system administration issue I don't know how to resolve > yet but > > during recent Kick Starts, both Ubuntu abd msys2 have ended up with no > program > > named python. There can be

[PATCH] Use rtems_task_exit()

2018-10-02 Thread Sebastian Huber
Update #3530. Update #3533. --- bsps/powerpc/mpc55xxevb/net/smsc9218i.c | 2 +- bsps/powerpc/mvme5500/net/if_100MHz/GT64260eth.c | 2 +- bsps/powerpc/mvme5500/net/if_1GHz/if_wm.c| 2 +- bsps/powerpc/shared/net/tsec.c | 4 ++-- bsps/shared/dev/ide/ata.c