[RSB 5 PATCH 6/6] sb/setbuilder: Install the build when stagging or configured to install

2022-09-17 Thread chrisj
From: Chris Johns Updates #4716 --- source-builder/sb/setbuilder.py | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source-builder/sb/setbuilder.py b/source-builder/sb/setbuilder.py index 1452aca..9836e9b 100644 --- a/source-builder/sb/setbuilder.py +++

[RSB 5 PATCH 5/6] rtems/kernel: Support deployment standard buildset configs

2022-09-17 Thread chrisj
From: Chris Johns - Check and optionally support arch/bsp format 'with_rtems_bsp' defines Updates #4717 --- rtems/config/tools/rtems-kernel-common.cfg | 49 +- 1 file changed, 39 insertions(+), 10 deletions(-) diff --git a/rtems/config/tools/rtems-kernel-common.cfg

[RSB 5 PATCH 4/6] sb/setbuilder: Do not install if --no-install option is used

2022-09-17 Thread chrisj
From: Chris Johns - This is a bug introduced in the recent bset tar file changes Updates #4716 --- source-builder/sb/setbuilder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source-builder/sb/setbuilder.py b/source-builder/sb/setbuilder.py index 36fca46..1452aca

[RSB 5 PATCH 2/6] sb/config: Correctly handle multiple config paths

2022-09-17 Thread chrisj
From: Chris Johns - Add rtems/config to the config directories searched to better support deployment - Correctly expand the configdir and path searchs Updates #4716 --- source-builder/defaults.mc | 2 +- source-builder/sb/config.py | 52 ++--- 2 files

[RSB 5 PATCH 3/6] sb/setbuilder: Correctly create build set tar files

2022-09-17 Thread chrisj
From: Chris Johns - Make a single tarfile for all buildsets built - Use the staging tree as the tarfile source - Use python's tarfile module - Create a config.file object without loading a .cfg file Updates #4716 --- source-builder/sb/config.py | 5 +-- source-builder/sb/setbuilder.py

[RSB 5 PATCH 1/6] sb/setbuilder: Support line continuation

2022-09-17 Thread chrisj
From: Chris Johns Updates #4716 --- source-builder/sb/setbuilder.py | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/source-builder/sb/setbuilder.py b/source-builder/sb/setbuilder.py index 16e8cc8..55bd86f 100644 --- a/source-builder/sb/setbuilder.py +++

[RSB 5] Deployment and backporting of fixes

2022-09-17 Thread chrisj
Hi These patches are a mix of back ported fixed from our devel branch and deployment support for RTEMS 5. I have a personal repo I will upload soon that tests RTEMS 5 as well as RTEMS 6 (devel branch). Chris ___ devel mailing list devel@rtems.org

Re: [PATCH] c-user: Add application config info directives

2022-09-17 Thread Chris Johns
Hi, Sorry about not reviewing this before now. Thanks for this, it looks good and most welcome. I have raised some general questions that apply to a number of entries. I did not tag every case. On 10/9/22 12:33 am, Sebastian Huber wrote: > Close #4267. > Close #4269. > --- >