Re: [PATCH] waf: Add --rtems-version as a configure option

2021-11-15 Thread Chris Johns
On 15/11/21 7:09 pm, Sebastian Huber wrote: > On 14/11/2021 23:42, Chris Johns wrote: >>> With this approach you don't give the user the ability to change everything. >>> However, what can be change is defined by the build specification and not >>> the >>> wscript. >> I understand the reason

Re: [PATCH] waf: Add --rtems-version as a configure option

2021-11-15 Thread Sebastian Huber
On 14/11/2021 23:42, Chris Johns wrote: With this approach you don't give the user the ability to change everything. However, what can be change is defined by the build specification and not the wscript. I understand the reason however you would need to implement it to show how it is done? Can

Re: [PATCH] waf: Add --rtems-version as a configure option

2021-11-14 Thread Chris Johns
> On 14 Nov 2021, at 11:15 pm, Sebastian Huber > wrote: > > On 14/11/2021 04:07, chr...@rtems.org wrote: >> From: Chris Johns >> - Provide the option `--rtems-version` to set the major version >>   number >> - Add a method to handle setting action values >> - Return the spec YAML file back to

Re: [PATCH] waf: Add --rtems-version as a configure option

2021-11-14 Thread Sebastian Huber
On 14/11/2021 04:07, chr...@rtems.org wrote: From: Chris Johns - Provide the option `--rtems-version` to set the major version number - Add a method to handle setting action values - Return the spec YAML file back to it's original values as it does not allow a user to change the

[PATCH] waf: Add --rtems-version as a configure option

2021-11-13 Thread chrisj
From: Chris Johns - Provide the option `--rtems-version` to set the major version number - Add a method to handle setting action values - Return the spec YAML file back to it's original values as it does not allow a user to change the version. Closes #4548 ---