[PATCH] user: add a warning not to use special characters in pathnames

2018-11-14 Thread Joel Sherrill
From: Marçal Comajoan Cara Spaces and other specical characters in pathnames break builds of any software packages using GNU make. All of the GNU tools and RTEMS use make and this breaks builds. This is a long standing known issue with GNU make, which can't handle spaces in pathnames: https://s

Re: [PATCH 2/2] rtemstoolkit/path : Add support to copy single files

2018-11-14 Thread Vijay Kumar Banerjee
On Wed, 7 Nov 2018 at 13:11, Vijay Kumar Banerjee wrote: > --- > rtemstoolkit/path.py | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/rtemstoolkit/path.py b/rtemstoolkit/path.py > index 760f4bd..83fb361 100644 > --- a/rtemstoolkit/path.py > +++ b/rtemstoolkit/path.p

Re: [PATCH 1/2] Coverage: add the style and js files to the symbol-set report directory

2018-11-14 Thread Vijay Kumar Banerjee
On Wed, 7 Nov 2018 at 13:11, Vijay Kumar Banerjee wrote: > --- > tester/rt/coverage.py | 17 - > 1 file changed, 4 insertions(+), 13 deletions(-) > > diff --git a/tester/rt/coverage.py b/tester/rt/coverage.py > index 978a8c4..cfac464 100644 > --- a/tester/rt/coverage.py > +++ b/t

qemu for riscv not in RSB

2018-11-14 Thread Joel Sherrill
Hi I was trying to duplicate Sebastian's RISC-V testing for rv64imafd_medany and found that qemu-system-riscv* does not seem to be in our qemu RSB configuration. Where is this supposed to come from? Is it time to bump our qemu configuration? Thanks --joel ___

Re: [PATCH 2/2] rtemstoolkit/path : Add support to copy single files

2018-11-14 Thread Chris Johns
On 15/11/2018 05:49, Vijay Kumar Banerjee wrote: > > On Wed, 7 Nov 2018 at 13:11, Vijay Kumar Banerjee > wrote: > > --- >  rtemstoolkit/path.py | 5 +++-- >  1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/rtemstoolkit/path.py b/r

Re: [PATCH 2/2] rtemstoolkit/path : Add support to copy single files

2018-11-14 Thread Chris Johns
On 15/11/2018 05:49, Vijay Kumar Banerjee wrote: > On Wed, 7 Nov 2018 at 13:11, Vijay Kumar Banerjee > wrote: > > --- >  rtemstoolkit/path.py | 5 +++-- >  1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/rtemstoolkit/path.py b/rtem

Git hook changes.

2018-11-14 Thread Amar Takhar
I've mucked about with the Git hooks in a question to fix the issue with not all tickets updating in track. I belive I've fixed it see my note here: https://devel.rtems.org/ticket/3561#comment:9 If you see any errors when committing please let me know directly it should be fine but just in

Re: qemu for riscv not in RSB

2018-11-14 Thread Sebastian Huber
On 14/11/2018 22:07, Joel Sherrill wrote: Hi I was trying to duplicate Sebastian's RISC-V testing for rv64imafd_medany and found that qemu-system-riscv* does not seem to be in our qemu RSB configuration. Where is this supposed to come from? Is it time to bump our qemu configuration? I had

Added new test suite psxtmthreadattr01 (GCI 2018)

2018-11-14 Thread Himanshu Sekhar Nayak
Hi guys, Here is the patch file for the new test suite. Thanks Himanshu Sekhar Nayak From f9c332a52f2588f827dbd0d0783f7c6886258368 Mon Sep 17 00:00:00 2001 From: Himanshu40 Date: Thu, 15 Nov 2018 11:48:48 +0530 Subject: [PATCH] Added new test suite psxtmthreadattr01(GCI 2018) --- testsuites/psx