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.
> ---
> c-user/config/direc
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
http
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
+++ b/sourc
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 |
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 change
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 10064
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
b/rtems
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
+++ b/source-buil