Re: Patch for rtems_waf to support build configurations in libbsd

2018-04-05 Thread Chris Johns
On 05/04/2018 23:29, Christian Mauderer wrote: > > I now managed to build multiple configurations for libbsd. But I needed > the per-bsp-classes from the rtems_waf/rtems.py init function so that I > can derive further classes of them. So I added a hook to the init > function that is executed at th

Patch for rtems_waf to support build configurations in libbsd

2018-04-05 Thread Christian Mauderer
Hello Chris, I now managed to build multiple configurations for libbsd. But I needed the per-bsp-classes from the rtems_waf/rtems.py init function so that I can derive further classes of them. So I added a hook to the init function that is executed at the end. If you want to know where I needed t