Re: 'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-21 Thread Sebastian Huber
On 21/02/2019 22:01, Chris Johns wrote: On 22/2/19 1:25 am, Vaibhav Gupta wrote: The *pax* package is not installed by default in Arch Linux. Moreover it is also not present in its official repository. We need to clone, build and install it from Arch User Repository (AUR). That seems unusual be

Re: [PATCH] Correct system register for virtual timer value

2019-02-21 Thread Sebastian Huber
Hello Kinsey, thanks, I checked it in. -- 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

Re: [PATCH 2/6] Add unicode support for commonly used characters like copyright.

2019-02-21 Thread Sebastian Huber
On 21/02/2019 22:10, Chris Johns wrote: On 21/2/19 5:35 pm, Sebastian Huber wrote: On 21/02/2019 07:24, Chris Johns wrote: On 21/2/19 5:07 pm, Sebastian Huber wrote: On 21/02/2019 03:43, chr...@rtems.org wrote: From: Chris Johns - This change makes the copyright character easier to see on ed

Re: [PATCH 6/6] user: Remove nit-picky warnings.

2019-02-21 Thread Sebastian Huber
On 21/02/2019 22:20, Chris Johns wrote: On 21/2/19 5:13 pm, Sebastian Huber wrote: On 21/02/2019 03:43,chr...@rtems.org wrote: diff --git a/user/bsps/bsps-powerpc.rst b/user/bsps/bsps-powerpc.rst index 0ee51d1..365571f 100644 --- a/user/bsps/bsps-powerpc.rst +++ b/user/bsps/bsps-powerpc.rst @@

Re: 'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-21 Thread Chris Johns
On 22/2/19 12:32 pm, Vaibhav Gupta wrote: > Okay, but then we should mention it in the documentation, Host setup for Arch > Linux. > Else, without this package the BSP build fails for the scenario I mentioned. Are you able to create a patch to update the docs? Thanks Chris __

Re: 'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-21 Thread Vaibhav Gupta
Okay, but then we should mention it in the documentation, Host setup for Arch Linux. Else, without this package the BSP build fails for the scenario I mentioned. On Fri, 22 Feb, 2019, 2:42 AM Chris Johns On 22/2/19 8:04 am, Joel Sherrill wrote: > > On Thu, Feb 21, 2019, 3:00 PM Chris Johns >

Re: [PATCH] rtemstoolkit/mailer.py: Check for no --smtp-host arg being provided

2019-02-21 Thread Chris Johns
Looks good. Ok to push. Do you think the tools version in the RSB needs to be updated? Chris On 22/2/19 10:53 am, Joel Sherrill wrote: > --- > rtemstoolkit/mailer.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/rtemstoolkit/mailer.py b/rtemstoolkit/mailer.py > in

[PATCH] rtemstoolkit/mailer.py: Check for no --smtp-host arg being provided

2019-02-21 Thread Joel Sherrill
--- rtemstoolkit/mailer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rtemstoolkit/mailer.py b/rtemstoolkit/mailer.py index 241ee1c..f8f813c 100644 --- a/rtemstoolkit/mailer.py +++ b/rtemstoolkit/mailer.py @@ -67,7 +67,9 @@ class mail: def _get_arg(self, arg):

[PATCH] Correct system register for virtual timer value

2019-02-21 Thread Kinsey Moore
The system register in use for retrieval of the virtual timer value was mistakenly copied from the physical timer value retrieval function. Virtual timer value retrieval should use the same system register as the virtual timer value setter. --- cpukit/score/cpu/arm/include/libcpu/arm-cp15.h | 2 +-

Re: [PATCH 6/6] user: Remove nit-picky warnings.

2019-02-21 Thread Chris Johns
On 21/2/19 5:13 pm, Sebastian Huber wrote: > On 21/02/2019 03:43, chr...@rtems.org wrote: >> diff --git a/user/bsps/bsps-powerpc.rst b/user/bsps/bsps-powerpc.rst >> index 0ee51d1..365571f 100644 >> --- a/user/bsps/bsps-powerpc.rst >> +++ b/user/bsps/bsps-powerpc.rst >> @@ -94,7 +94,7 @@ Boot via U-

Re: 'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-21 Thread Chris Johns
On 22/2/19 8:04 am, Joel Sherrill wrote: > On Thu, Feb 21, 2019, 3:00 PM Chris Johns > wrote: > > On 22/2/19 1:25 am, Vaibhav Gupta wrote: > > The *pax* package is not installed by default in Arch Linux. Moreover it > is also > > not present in its officia

Re: [PATCH 2/6] Add unicode support for commonly used characters like copyright.

2019-02-21 Thread Chris Johns
On 21/2/19 5:35 pm, Sebastian Huber wrote: > On 21/02/2019 07:24, Chris Johns wrote: >> On 21/2/19 5:07 pm, Sebastian Huber wrote: >>> On 21/02/2019 03:43, chr...@rtems.org wrote: From: Chris Johns - This change makes the copyright character easier to see on editors     lacking

Re: 'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-21 Thread Joel Sherrill
On Thu, Feb 21, 2019, 3:00 PM Chris Johns wrote: > On 22/2/19 1:25 am, Vaibhav Gupta wrote: > > The *pax* package is not installed by default in Arch Linux. Moreover it > is also > > not present in its official repository. We need to clone, build and > install it > > from Arch User Repository (AU

Re: 'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-21 Thread Chris Johns
On 22/2/19 1:25 am, Vaibhav Gupta wrote: > The *pax* package is not installed by default in Arch Linux. Moreover it is > also > not present in its official repository. We need to clone, build and install it > from Arch User Repository (AUR). That seems unusual because it is defined here .. https

Disposition of Scan Issues in Third Party Code

2019-02-21 Thread Joel Sherrill
Hi As a general rule, we have ignored issues reported by Coverity Scan in third party code. Looking, I see 8 in libfdt and a fair number in shell commands that are ported from the BSD word. How do you all feel about me adding them to the ignore set since they should be addressed by the upstream

Re: 'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-21 Thread Joel Sherrill
Thanks for reporting this. Any chance you can provide a patch for that section of rtems-docs? On Thu, Feb 21, 2019, 8:25 AM Vaibhav Gupta wrote: > BSP Build fails if I configure RTEMS to enable > RTEMS TESTER AND RUN as mentioned in: > https://docs.rtems.org/branches/master/user/tools/tester.

'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-21 Thread Vaibhav Gupta
BSP Build fails if I configure RTEMS to enable RTEMS TESTER AND RUN as mentioned in: https://docs.rtems.org/branches/master/user/tools/tester.html#building-rtems-tests > [varodek@varodek home]$ cd ~/development/rtems/kernel[varodek@varodek kernel]$ mkdir erc32 && cd erc32 > > [varodek@varodek er