[PATCH 2/3] build: Support command line specified options

2021-11-14 Thread Sebastian Huber
Update #4548. --- wscript | 38 -- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 8903f1f97a..7a459a15ea 100755 --- a/wscript +++ b/wscript @@ -958,6 +958,15 @@ class OptionItem(Item): value =

[PATCH 0/3] Support command line specified build options

2021-11-14 Thread Sebastian Huber
Sebastian Huber (3): Revert "optvermaj.yml: Allow __RTEMS_MAJOR__ to be overridden so RTEMS 7 tools can be tested" build: Support command line specified options build: Optional __RTEMS_MAJOR__ via command line spec/build/cpukit/optvermaj.yml | 8 +++ wscript

[PATCH 1/3] Revert "optvermaj.yml: Allow __RTEMS_MAJOR__ to be overridden so RTEMS 7 tools can be tested"

2021-11-14 Thread Sebastian Huber
This reverts commit d1bbfbea5f60f552b2b3138bb1df35c3372f2461. --- spec/build/cpukit/optvermaj.yml | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/spec/build/cpukit/optvermaj.yml b/spec/build/cpukit/optvermaj.yml index e1a5eae5b3..2596e6ef6a 100644 ---

[PATCH 3/3] build: Optional __RTEMS_MAJOR__ via command line

2021-11-14 Thread Sebastian Huber
Close #4548. --- spec/build/cpukit/optvermaj.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/build/cpukit/optvermaj.yml b/spec/build/cpukit/optvermaj.yml index 2596e6ef6a..9dbded9e64 100644 --- a/spec/build/cpukit/optvermaj.yml +++ b/spec/build/cpukit/optvermaj.yml @@

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