Re: [PATCH] rtems-kernel: Implement kernel recipe using waf

2021-10-12 Thread Chris Johns
On 12/10/21 11:59 pm, Ryan Long wrote: -Original Message- > From: Chris Johns > Sent: Friday, October 8, 2021 6:44 PM > To: Ryan Long ; devel@rtems.org > Subject: Re: [PATCH] rtems-kernel: Implement kernel recipe using waf > > Hi Ryan, > > Thank you for taki

RE: [PATCH] rtems-kernel: Implement kernel recipe using waf

2021-10-12 Thread Ryan Long
-Original Message- From: Chris Johns Sent: Friday, October 8, 2021 6:44 PM To: Ryan Long ; devel@rtems.org Subject: Re: [PATCH] rtems-kernel: Implement kernel recipe using waf Hi Ryan, Thank you for taking this on. I would like see one addition, a user supplied config.ini file that

Re: [PATCH] rtems-kernel: Implement kernel recipe using waf

2021-10-08 Thread Chris Johns
On 9/10/21 10:49 am, Joel Sherrill wrote: > On Fri, Oct 8, 2021, 6:44 PM Chris Johns > wrote: > > Hi Ryan, > > Thank you for taking this on. > > I would like see one addition, a user supplied config.ini file that > bypasses any > generated config file.

Re: [PATCH] rtems-kernel: Implement kernel recipe using waf

2021-10-08 Thread Joel Sherrill
On Fri, Oct 8, 2021, 6:44 PM Chris Johns wrote: > Hi Ryan, > > Thank you for taking this on. > > I would like see one addition, a user supplied config.ini file that > bypasses any > generated config file. The config needs to match the tool chain being > built and > waf will need to complain if it

Re: [PATCH] rtems-kernel: Implement kernel recipe using waf

2021-10-08 Thread Chris Johns
Hi Ryan, Thank you for taking this on. I would like see one addition, a user supplied config.ini file that bypasses any generated config file. The config needs to match the tool chain being built and waf will need to complain if it does not but that is not a problem for the RSB to manage. On 9/1

[PATCH] rtems-kernel: Implement kernel recipe using waf

2021-10-08 Thread Ryan Long
Closes #4145 --- rtems/config/tools/rtems-kernel-6.cfg | 8 ++- rtems/config/tools/rtems-kernel-common.cfg | 95 +- 2 files changed, 47 insertions(+), 56 deletions(-) diff --git a/rtems/config/tools/rtems-kernel-6.cfg b/rtems/config/tools/rtems-kernel-6.cfg inde