FreeBSD 12 stable branch for libbsd

2019-01-17 Thread Sebastian Huber
Hello, I would like to add a "freebsd-12" branch to libbsd which tracks the FreeBSD 12 stable branch instead of the trunk. I would like to figure out if it is possible to maintain this branch more easily for production systems. The libbsd master will still track the trunk. -- Sebastian

[PATCH] Change first copyright year to 1988

2019-01-17 Thread Sebastian Huber
The OAR copyright goes back to 1988. --- common/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/conf.py b/common/conf.py index 5be4568..c658113 100644 --- a/common/conf.py +++ b/common/conf.py @@ -24,7 +24,7 @@ master_doc = 'index' # General information about

Re: RSB documentation

2019-01-17 Thread Sebastian Huber
On 17/01/2019 07:36, Chris Johns wrote: On 17/1/19 5:19 pm, Sebastian Huber wrote: On 17/01/2019 06:45, Chris Johns wrote: On 14/1/19 5:36 pm, Sebastian Huber wrote: I added a build of the partially restructured user manual here: https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf Any

Re: [PATCH 5/5] Add bsp riscv/grlib

2019-01-17 Thread Jiri Gaisler
On 1/17/19 8:04 AM, Sebastian Huber wrote: > Hello Jiri, > > it would be nice if we could use the new license for this new BSP: > > https://git.rtems.org/rtems/tree/LICENSE.BSD-2-Clause > OK. > BSP names should be unique even across architectures. So, I think the name > grlib is a bit too

Re: [PATCH 5/5] Add bsp riscv/grlib

2019-01-17 Thread Jiri Gaisler
On 1/17/19 8:04 AM, Sebastian Huber wrote: > Hello Jiri, > > it would be nice if we could use the new license for this new BSP: > I realized that the most of my new bsp (>90%) is actually copied/tweaked from the other riscv and leon3 bsps. I don't think it is right to change the license since

Re: [PATCH 1/2] Change Linux default prefix to "/opt"

2019-01-17 Thread Chris Johns
Ok to push. On 17/1/19 9:34 pm, Sebastian Huber wrote: > http://refspecs.linuxbase.org/FHS_3.0/fhs/ch03s13.html#purpose14 > --- > source-builder/sb/linux.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/source-builder/sb/linux.py b/source-builder/sb/linux.py > index f270121..367532a

Re: RSB documentation

2019-01-17 Thread Chris Johns
On 17/1/19 7:15 pm, Sebastian Huber wrote: > > With respect to an example RTEMS application. Should we > > (1) suggest to check out the examples repository and start from here, or > > (2) should we provide a very simple Makefile based project? > > I tend to option (2) and just mention that the

[PATCH 1/2] Change Linux default prefix to "/opt"

2019-01-17 Thread Sebastian Huber
http://refspecs.linuxbase.org/FHS_3.0/fhs/ch03s13.html#purpose14 --- source-builder/sb/linux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source-builder/sb/linux.py b/source-builder/sb/linux.py index f270121..367532a 100644 --- a/source-builder/sb/linux.py +++

[PATCH 2/2] Change default prefix

2019-01-17 Thread Sebastian Huber
Use OS prefix + "rtems" + $rtems_version as the default prefix to automatically separate different RTEMS versions. Close #3675. --- source-builder/sb/options.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/source-builder/sb/options.py b/source-builder/sb/options.py index