Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-08-01 Thread Sebastian Huber
On 01.08.23 00:43, Chris Johns wrote: I think naming this option RTEMS_VERSION_CONTROL_KEY makes more sense, since the corresponding RTEMS API directive is rtems_version_control_key(). Is VC a well known abbreviation? The name in the API is what it is and I am not suggesting it be changed.

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-31 Thread Chris Johns
On 31/7/2023 5:14 pm, Sebastian Huber wrote: > On 29.07.23 08:30, Chris Johns wrote: >>> I think this is not really related to the new >>> RTEMS_VERSION_VC_KEY/RTEMS_VERSION_CONTROL_KEY option. The purpose of this >>> option is to give users the ability to define their own version control key. >>

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-31 Thread Sebastian Huber
On 29.07.23 08:30, Chris Johns wrote: I think this is not really related to the new RTEMS_VERSION_VC_KEY/RTEMS_VERSION_CONTROL_KEY option. The purpose of this option is to give users the ability to define their own version control key. I think we are broadly aligned however there are

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-29 Thread Chris Johns
On 28/7/2023 6:26 pm, Sebastian Huber wrote: On 28.07.23 07:37, Chris Johns wrote: On 27/7/2023 3:59 pm, Sebastian Huber wrote: On 27.07.23 06:36, Chris Johns wrote: On 26/7/2023 4:54 pm, Sebastian Huber wrote: On 26.07.23 08:20, Chris Johns wrote: On 26/7/2023 3:44 pm, Sebastian Huber

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-28 Thread Sebastian Huber
On 28.07.23 07:37, Chris Johns wrote: On 27/7/2023 3:59 pm, Sebastian Huber wrote: On 27.07.23 06:36, Chris Johns wrote: On 26/7/2023 4:54 pm, Sebastian Huber wrote: On 26.07.23 08:20, Chris Johns wrote: On 26/7/2023 3:44 pm, Sebastian Huber wrote: On 26.07.23 06:58, Sebastian Huber wrote:

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-27 Thread Chris Johns
On 27/7/2023 3:59 pm, Sebastian Huber wrote: > On 27.07.23 06:36, Chris Johns wrote: >> >> On 26/7/2023 4:54 pm, Sebastian Huber wrote: >>> On 26.07.23 08:20, Chris Johns wrote: On 26/7/2023 3:44 pm, Sebastian Huber wrote: > On 26.07.23 06:58, Sebastian Huber wrote: >> On 26.07.23

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-27 Thread Sebastian Huber
On 27.07.23 06:36, Chris Johns wrote: On 26/7/2023 4:54 pm, Sebastian Huber wrote: On 26.07.23 08:20, Chris Johns wrote: On 26/7/2023 3:44 pm, Sebastian Huber wrote: On 26.07.23 06:58, Sebastian Huber wrote: On 26.07.23 00:08, Chris Johns wrote: On 26/7/2023 4:27 am, Joel Sherrill wrote:

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-26 Thread Chris Johns
On 26/7/2023 4:54 pm, Sebastian Huber wrote: > On 26.07.23 08:20, Chris Johns wrote: >> On 26/7/2023 3:44 pm, Sebastian Huber wrote: >>> On 26.07.23 06:58, Sebastian Huber wrote: On 26.07.23 00:08, Chris Johns wrote: > On 26/7/2023 4:27 am, Joel Sherrill wrote: >> On Tue, Jul 25,

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-26 Thread Sebastian Huber
On 26.07.23 08:20, Chris Johns wrote: On 26/7/2023 3:44 pm, Sebastian Huber wrote: On 26.07.23 06:58, Sebastian Huber wrote: On 26.07.23 00:08, Chris Johns wrote: On 26/7/2023 4:27 am, Joel Sherrill wrote: On Tue, Jul 25, 2023 at 12:15 PM Sebastian Huber

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-26 Thread Chris Johns
On 26/7/2023 3:44 pm, Sebastian Huber wrote: > On 26.07.23 06:58, Sebastian Huber wrote: >> On 26.07.23 00:08, Chris Johns wrote: >>> On 26/7/2023 4:27 am, Joel Sherrill wrote: On Tue, Jul 25, 2023 at 12:15 PM Sebastian Huber >>> > wrote:

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-25 Thread Sebastian Huber
On 26.07.23 06:58, Sebastian Huber wrote: On 26.07.23 00:08, Chris Johns wrote: On 26/7/2023 4:27 am, Joel Sherrill wrote: On Tue, Jul 25, 2023 at 12:15 PM Sebastian Huber > wrote: On 25.07.23 19:09, Joel Sherrill wrote: > > On Tue,

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-25 Thread Sebastian Huber
On 26.07.23 00:08, Chris Johns wrote: On 26/7/2023 4:27 am, Joel Sherrill wrote: On Tue, Jul 25, 2023 at 12:15 PM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: On 25.07.23 19:09, Joel Sherrill wrote: > > On Tue, Jul 25, 2023 at 10:12 AM Sebastian Huber

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-25 Thread Chris Johns
On 26/7/2023 4:27 am, Joel Sherrill wrote: > On Tue, Jul 25, 2023 at 12:15 PM Sebastian Huber > > > wrote: > > On 25.07.23 19:09, Joel Sherrill wrote: > > > > On Tue, Jul 25, 2023 at 10:12 AM Sebastian Huber > >

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-25 Thread Joel Sherrill
On Tue, Jul 25, 2023 at 12:15 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 25.07.23 19:09, Joel Sherrill wrote: > > > > On Tue, Jul 25, 2023 at 10:12 AM Sebastian Huber > > > > wrote: > > > > Allow the user to set the version

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-25 Thread Sebastian Huber
On 25.07.23 19:09, Joel Sherrill wrote: On Tue, Jul 25, 2023 at 10:12 AM Sebastian Huber > wrote: Allow the user to set the version control key. ---  spec/build/cpukit/grp.yml             |  2 ++  

Re: [PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-25 Thread Joel Sherrill
On Tue, Jul 25, 2023 at 10:12 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Allow the user to set the version control key. > --- > spec/build/cpukit/grp.yml | 2 ++ > spec/build/cpukit/optversionvckey.yml | 20 ++ > wscript

[PATCH] build: Add optional RTEMS_VERSION_VC_KEY

2023-07-25 Thread Sebastian Huber
Allow the user to set the version control key. --- spec/build/cpukit/grp.yml | 2 ++ spec/build/cpukit/optversionvckey.yml | 20 ++ wscript | 38 --- 3 files changed, 44 insertions(+), 16 deletions(-) create mode