Re: Detect change in configuration file and re-configure in waf?

2019-10-26 Thread Gedare Bloom
On Sat, Oct 26, 2019 at 2:59 PM Chris Johns wrote: > > On 25/10/19 7:47 pm, Sebastian Huber wrote: > > the new build system uses a set of *.ini files to configure the build. They > > are > > stored in the build lock file: > > > > build/.lock-waf_linux2_build:options = {..., 'rtems_options': 'bsps

Re: Detect change in configuration file and re-configure in waf?

2019-10-26 Thread Chris Johns
On 25/10/19 7:47 pm, Sebastian Huber wrote: > the new build system uses a set of *.ini files to configure the build. They > are > stored in the build lock file: > > build/.lock-waf_linux2_build:options = {..., 'rtems_options': 'bsps.ini', ...} > > I would like to issue a re-configuration if one

Re: Tiering, Expected Failures, and BSPs which Run on Multiple Sims/HW

2019-10-26 Thread Chris Johns
On 26/10/19 6:57 pm, Thomas Doerfler wrote: > Joel, > > it all comes down to "where was it tested". Knowing a certain test works > on ONE architecture, on ONE member of a BSP family never means it works > on all. Surely if it fails on one member it makes other members's > support suspicious, but t

Lots of BSP Build Failures

2019-10-26 Thread Joel Sherrill
Hi I have been trying to build up a script which tests as much as possible. I have had enough script and tool build issues to not look at results much. But this will need attention and help: https://lists.rtems.org/pipermail/build/2019-October/007654.html The gdb arm sim bsp has outlived its use

Re: Tiering, Expected Failures, and BSPs which Run on Multiple Sims/HW

2019-10-26 Thread Thomas Doerfler
Joel, it all comes down to "where was it tested". Knowing a certain test works on ONE architecture, on ONE member of a BSP family never means it works on all. Surely if it fails on one member it makes other members's support suspicious, but the result is always for the hardware/simulator it ran on