Re: [PATCH] rtems-bsp-builder: Change to waf build system

2021-05-20 Thread Joel Sherrill
The BSP Builder builds multiple BSPs at the same time. At one point, I thought waf had a problem with that. Has that been resolved. Are the config files and build directories sufficiently unique (BSP only isn't unique enough I think) for this to work with waf? This is a step in the right

Re: [PATCH] rtems-bsp-builder: Change to waf build system

2021-05-19 Thread Chris Johns
Looks fine (on my phone) Thanks for this > On 20 May 2021, at 1:25 am, Ryan Long wrote: > > Closes #4124 > --- > config/rtems-bsps.ini | 28 ++-- > tester/rt/check.py| 35 ++- > 2 files changed, 40 insertions(+), 23 deletions(-) > >

[PATCH] rtems-bsp-builder: Change to waf build system

2021-05-19 Thread Ryan Long
Closes #4124 --- config/rtems-bsps.ini | 28 ++-- tester/rt/check.py| 35 ++- 2 files changed, 40 insertions(+), 23 deletions(-) diff --git a/config/rtems-bsps.ini b/config/rtems-bsps.ini index 93156fb..d5de667 100644 ---