Re: no_cpu/no_bsp?

2019-11-21 Thread Sebastian Huber
On 18/11/2019 15:28, Sebastian Huber wrote: Hello, should I add the no_cpu/no_bsp BSP to the new build system? It results in errors like this: ./waf bsp_defaults > bsps.ini ... Configure board support package (BSP)  : no_cpu/no_bsp Checking for program 'no_cpu-rtems5-gcc'   : not found Co

Re: [PATCH v2] user: Add hints for macOS Catalina

2019-11-21 Thread Chris Johns
On 21/11/19 8:57 pm, Sebastian Huber wrote: > Ping. Sorry, I thought it was OK and so left it to be pushed. Please push. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v3] tester: Add basic support to generate JUnit test reports

2019-11-21 Thread Chris Johns
OK to push. Thanks Chris On 21/11/19 9:30 pm, Hesham Almatary wrote: > --- > tester/rt/test.py | 52 ++- > 1 file changed, 51 insertions(+), 1 deletion(-) > > diff --git a/tester/rt/test.py b/tester/rt/test.py > index 3cd9b48..6b45b78 100644 > --- a/t

Re: [PATCH v2] tester: Add basic support to generate JUnit test reports

2019-11-21 Thread Hesham Almatary
Hi Chris, Thanks for your comments. I basically duplicated the code from generate_json_report. I'll submit another version of the patch addressing your comments. On Wed, 20 Nov 2019 at 22:34, Chris Johns wrote: > > Looks good and thanks. There are some very minor formatting things, please > pus

[PATCH v3] tester: Add basic support to generate JUnit test reports

2019-11-21 Thread Hesham Almatary
--- tester/rt/test.py | 52 ++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/tester/rt/test.py b/tester/rt/test.py index 3cd9b48..6b45b78 100644 --- a/tester/rt/test.py +++ b/tester/rt/test.py @@ -285,8 +285,58 @@ def generate_json_repor

Re: [PATCH v2] user: Add hints for macOS Catalina

2019-11-21 Thread Sebastian Huber
Ping. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine geschäftliche Mitteilun

Re: [PATCH] testsuite: Only include termios10/termios11 tests if compiled with POSIX

2019-11-21 Thread Sebastian Huber
On 20/11/2019 15:56, Hesham Almatary wrote: Both need POSIX support Ok. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key ava

Re: [PATCH] user/start/bsp-test.rst: Changed bsp to erc32-sis.

2019-11-21 Thread Sebastian Huber
On 19/11/2019 18:25, Niteesh wrote: I am new to this, so can you please elaborate on the steps. Please set your Git author to your real name, e.g. as in your passport. For example: git config --global user.name "John Doe" -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-

[PATCH 2/3] untar: Make path also for symbolic links

2019-11-21 Thread Sebastian Huber
Close #3823. --- cpukit/libmisc/untar/untar.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/cpukit/libmisc/untar/untar.c b/cpukit/libmisc/untar/untar.c index 2bd1ab243c..1c69840a97 100644 --- a/cpukit/libmisc/untar/untar.c +++ b/cpukit/libmisc/untar/untar.c @@

[PATCH 1/3] untar: Unify untar support

2019-11-21 Thread Sebastian Huber
Update #3823. --- cpukit/include/rtems/untar.h | 47 +++--- cpukit/libfs/src/imfs/imfs_load_tar.c | 158 -- cpukit/libmisc/untar/untar.c | 151 +++- 3 files changed, 97 insertions(+), 259 deletions(-) diff --git a/

[PATCH 3/3] tar01 and tar02: Use static archive content

2019-11-21 Thread Sebastian Huber
This simplifies the build process. Do not generate the archive content through the build system. Let the version control system deal with symbolic links. Update #3818. --- testsuites/libtests/Makefile.am| 24 testsuites/libtests/tar01/home/test_file | 2 +