Re: RSB: Why is "/usr" the default prefix?

2019-01-11 Thread Chris Johns
> On 12 Jan 2019, at 1:38 am, Sebastian Huber > wrote: > > why is "/usr" the default prefix? It is the same as the default for rpmbuild and the SpecBuilder was a copy of that tool. > RTEMS does not belong to the host system. I think it should be "/opt" Fine with me, the RSB has evolved sin

Re: RSB: Why is "/usr" the default prefix?

2019-01-11 Thread Sebastian Huber
- Am 11. Jan 2019 um 16:30 schrieb joel j...@rtems.org: > On Fri, Jan 11, 2019, 8:45 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de wrote: > >> - Am 11. Jan 2019 um 15:38 schrieb Sebastian Huber >> sebastian.hu...@embedded-brains.de: >> >> > Hello, >> > >> > why is "/usr" th

Re: RSB: Why is "/usr" the default prefix?

2019-01-11 Thread Gedare Bloom
On Fri, Jan 11, 2019 at 10:30 AM Joel Sherrill wrote: > > > On Fri, Jan 11, 2019, 8:45 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de wrote: > >> - Am 11. Jan 2019 um 15:38 schrieb Sebastian Huber >> sebastian.hu...@embedded-brains.de: >> >> > Hello, >> > >> > why is "/usr" the def

Re: Bug reporting instructions

2019-01-11 Thread Joel Sherrill
On Fri, Jan 11, 2019, 7:58 AM Sebastian Huber < sebastian.hu...@embedded-brains.de wrote: > Hello, > > I would like to centralize the bug reporting instructions. Currently we > have: > > https://devel.rtems.org/wiki/NewTicket > > https://devel.rtems.org/wiki/Developer/Bug_Reporting > > https://do

Re: RSB: Why is "/usr" the default prefix?

2019-01-11 Thread Joel Sherrill
On Fri, Jan 11, 2019, 8:45 AM Sebastian Huber < sebastian.hu...@embedded-brains.de wrote: > - Am 11. Jan 2019 um 15:38 schrieb Sebastian Huber > sebastian.hu...@embedded-brains.de: > > > Hello, > > > > why is "/usr" the default prefix? RTEMS does not belong to the host > system. I > > think it

Rework parts of the user manual

2019-01-11 Thread Sebastian Huber
Hello, this is the first patch set targeting the user manual. My goal is to write an easy to follow quick start chapter which references other chapters for the details. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fa

Re: RSB: Why is "/usr" the default prefix?

2019-01-11 Thread Sebastian Huber
- Am 11. Jan 2019 um 15:38 schrieb Sebastian Huber sebastian.hu...@embedded-brains.de: > Hello, > > why is "/usr" the default prefix? RTEMS does not belong to the host system. I > think it should be "/opt" > > http://refspecs.linuxbase.org/FHS_3.0/fhs/ch03s13.html#purpose14 > > or "/usr/lo

RSB: Why is "/usr" the default prefix?

2019-01-11 Thread Sebastian Huber
Hello, why is "/usr" the default prefix? RTEMS does not belong to the host system. I think it should be "/opt" http://refspecs.linuxbase.org/FHS_3.0/fhs/ch03s13.html#purpose14 or "/usr/local" http://refspecs.linuxbase.org/FHS_3.0/fhs/ch04s09.html#purpose24 -- Sebastian Huber, embedded brains

Bug reporting instructions

2019-01-11 Thread Sebastian Huber
Hello, I would like to centralize the bug reporting instructions. Currently we have: https://devel.rtems.org/wiki/NewTicket https://devel.rtems.org/wiki/Developer/Bug_Reporting https://docs.rtems.org/branches/master/user/support/index.html#bug-tracker I would like to move all information to t

Re: Status of RISCV port on sis

2019-01-11 Thread Jiri Gaisler
On 1/11/19 1:45 PM, Sebastian Huber wrote: > - Am 11. Jan 2019 um 13:36 schrieb Jiri Gaisler j...@gaisler.se: > >> On 1/9/19 10:46 AM, Sebastian Huber wrote: >>> Hello Jiri, >>> >>> could you please rebase your work to this RTEMS commit: >>> >>> https://git.rtems.org/rtems/commit/?id=b9ffc41c9

Re: Status of RISCV port on sis

2019-01-11 Thread Sebastian Huber
- Am 11. Jan 2019 um 13:36 schrieb Jiri Gaisler j...@gaisler.se: > On 1/9/19 10:46 AM, Sebastian Huber wrote: >> Hello Jiri, >> >> could you please rebase your work to this RTEMS commit: >> >> https://git.rtems.org/rtems/commit/?id=b9ffc41c9678fb3c5386c1a6ab394656ec85dbc6 >> > This works fine

Re: Status of RISCV port on sis

2019-01-11 Thread Jiri Gaisler
On 1/9/19 10:46 AM, Sebastian Huber wrote: > Hello Jiri, > > could you please rebase your work to this RTEMS commit: > > https://git.rtems.org/rtems/commit/?id=b9ffc41c9678fb3c5386c1a6ab394656ec85dbc6 > This works fine for me - I can now pass all uni-processor tests. On SMP, I still have a few fa

Announce Mailing List?

2019-01-11 Thread Sebastian Huber
Hello, the last post to the Announce Mailing List was 2013: https://lists.rtems.org/pipermail/announce/ Should we really mention this mailing list in the user manual? Can it be deactivated? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone :

[PATCH] Reformat and update copyright and license notices

2019-01-11 Thread Sebastian Huber
-- 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 Mitteilung im

[PATCH] user: Add RSB content as a chapter

2019-01-11 Thread Sebastian Huber
-- 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 Mitteilung im

Re: RSB documentation

2019-01-11 Thread Sebastian Huber
- Am 10. Jan 2019 um 0:51 schrieb Chris Johns chr...@rtems.org: > On 10/1/19 3:41 am, Gedare Bloom wrote: >> I'm OK with this proposal.  We used to include quite messy details about how >> to >> bootstrap your own GCC in the user manual. This is a bit nicer. ;) At the >> maturity of RSB now,