[PATCH] kernel: Do not build the RTEMS kernel by default when released.

2018-01-17 Thread Chris Johns
Close #3275 --- rtems/config/tools/rtems-kernel-4-1.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtems/config/tools/rtems-kernel-4-1.cfg b/rtems/config/tools/rtems-kernel-4-1.cfg index a57ec61..35386b8 100644 --- a/rtems/config/tools/rtems-kernel-4-1.cfg +++

Re: [PATCH 0/4] bsp_specs Clean Up

2018-01-17 Thread Sebastian Huber
Hello Joel, I checked this in for you and rebased the no-preinstall branch: https://git.rtems.org/sebh/rtems.git/log/?h=no-preinstall -- 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

[PATCH 3/6] sb: Back port options module from master.

2018-01-17 Thread Chris Johns
Update #3274 --- source-builder/sb/options.py | 85 +++- 1 file changed, 53 insertions(+), 32 deletions(-) diff --git a/source-builder/sb/options.py b/source-builder/sb/options.py index 089d5a7..7bbdd8c 100644 --- a/source-builder/sb/options.py +++

[PATCH 6/6] rtems: Update all MPC version to use GNU's FTP site.

2018-01-17 Thread Chris Johns
Update #3274 --- rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg | 4 ++-- rtems/config/tools/rtems-gcc-4.8-newlib-cvs-1.cfg | 4 ++-- rtems/config/tools/rtems-gcc-4.8-newlib-git-1.cfg | 4 ++-- rtems/config/tools/rtems-gcc-4.9-newlib-cvs-1.cfg | 4 ++--

[PATCH 1/6] sb: Back port the path module from master.

2018-01-17 Thread Chris Johns
Update #3274 --- source-builder/sb/path.py | 59 +++ 1 file changed, 44 insertions(+), 15 deletions(-) diff --git a/source-builder/sb/path.py b/source-builder/sb/path.py index ba19883..679436c 100644 --- a/source-builder/sb/path.py +++

[PATCH 5/6] rtems: Remobve used tool configurations.

2018-01-17 Thread Chris Johns
Update 3274 --- rtems/config/tools/rtems-binutils-2.19.1-1.cfg | 13 -- rtems/config/tools/rtems-binutils-2.20.1-1.cfg | 21 --- rtems/config/tools/rtems-binutils-2.22-1.cfg | 15 -- rtems/config/tools/rtems-binutils-2.23.2-1.cfg | 20 ---

[PATCH 2/6] sb: Add an orphan check to sb-check.

2018-01-17 Thread Chris Johns
The orphans check lets you see which configuration and build set files in the RSB are not referernced. You can audit the list and remove any configuration files not being used. Top level build set files are included so you need to becareful not to remove something that is valid and useful. To run:

[PATCH 4/6] sb: Disable a log file for the check command.

2018-01-17 Thread Chris Johns
Fix a minor issue in the log module. --- source-builder/sb/check.py | 2 +- source-builder/sb/log.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source-builder/sb/check.py b/source-builder/sb/check.py index 183f4af..ef8f6a4 100644 --- a/source-builder/sb/check.py +++

[4.11] RSB Fixes to fetch GCC parts from GNU's FTP server

2018-01-17 Thread Chris Johns
Hi, These patches fix the initial patch to move to GNU's FTP site for the GGC parts used to build GCC. The patches back port from master the orphans check plus some SB modules needed to support the checker. It also includes the removal of unused RTEMS tools configurations and finally all

Re: [PATCH] gcc: Reference GNU's FTP site for all GCC parts.

2018-01-17 Thread Chris Johns
On 18/1/18 11:01 am, Joel Sherrill wrote: > On Wed, Jan 17, 2018 at 5:21 PM, Chris Johns > wrote: > > On 18/1/18 9:30 am, Joel Sherrill wrote: > > Why can't we change it to here for 4.10? > > > >

Re: [PATCH] gcc: Reference GNU's FTP site for all GCC parts.

2018-01-17 Thread Joel Sherrill
On Wed, Jan 17, 2018 at 5:21 PM, Chris Johns wrote: > On 18/1/18 9:30 am, Joel Sherrill wrote: > > Why can't we change it to here for 4.10? > > > > http://www.multiprecision.org/downloads/mpc-0.8.1.tar.gz > > > > We could however it leaves us open to the same issue that started

Re: [PATCH] gcc: Reference GNU's FTP site for all GCC parts.

2018-01-17 Thread Chris Johns
On 18/1/18 9:30 am, Joel Sherrill wrote: > Why can't we change it to here for 4.10? > > http://www.multiprecision.org/downloads/mpc-0.8.1.tar.gz > We could however it leaves us open to the same issue that started us looking at this problem and there is a push to make 4.10 a long term supported

Re: [PATCH] gcc: Reference GNU's FTP site for all GCC parts.

2018-01-17 Thread Joel Sherrill
Why can't we change it to here for 4.10? http://www.multiprecision.org/downloads/mpc-0.8.1.tar.gz --joel On Tue, Jan 16, 2018 at 8:51 PM, Chris Johns wrote: > On 17/1/18 1:04 pm, Joel Sherrill wrote: > > On Jan 16, 2018 6:50 PM, "Chris Johns" >

[PATCH 3/4] leon2: Simplify bsp_specs

2018-01-17 Thread Joel Sherrill
Updates #3520. --- c/src/lib/libbsp/sparc/leon2/bsp_specs | 4 1 file changed, 4 deletions(-) diff --git a/c/src/lib/libbsp/sparc/leon2/bsp_specs b/c/src/lib/libbsp/sparc/leon2/bsp_specs index a3efd94..87638cc 100644 --- a/c/src/lib/libbsp/sparc/leon2/bsp_specs +++

[PATCH 4/4] leon3: Simplify bsp_specs

2018-01-17 Thread Joel Sherrill
Updates #3520. --- c/src/lib/libbsp/sparc/leon3/bsp_specs | 4 1 file changed, 4 deletions(-) diff --git a/c/src/lib/libbsp/sparc/leon3/bsp_specs b/c/src/lib/libbsp/sparc/leon3/bsp_specs index a3efd94..87638cc 100644 --- a/c/src/lib/libbsp/sparc/leon3/bsp_specs +++

[PATCH 2/4] sparc/erc32: Simplify bsp_specs

2018-01-17 Thread Joel Sherrill
Updates #3520. --- c/src/lib/libbsp/sparc/erc32/bsp_specs | 4 1 file changed, 4 deletions(-) diff --git a/c/src/lib/libbsp/sparc/erc32/bsp_specs b/c/src/lib/libbsp/sparc/erc32/bsp_specs index a3efd94..87638cc 100644 --- a/c/src/lib/libbsp/sparc/erc32/bsp_specs +++

[PATCH 1/4] qemuppc: Simplify bsp_specs

2018-01-17 Thread Joel Sherrill
Updates #3520. --- c/src/lib/libbsp/powerpc/qemuppc/bsp_specs | 4 1 file changed, 4 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/qemuppc/bsp_specs b/c/src/lib/libbsp/powerpc/qemuppc/bsp_specs index 0360c8c..2625609 100644 --- a/c/src/lib/libbsp/powerpc/qemuppc/bsp_specs +++

[PATCH 0/4] bsp_specs Clean Up

2018-01-17 Thread Joel Sherrill
Hi These are some changes that I missed in the big round of commits. I am still working on the tool changes that will allow us to eliminate them completely. Joel Sherrill (4): qemuppc: Simplify bsp_specs sparc/erc32: Simplify bsp_specs leon2: Simplify bsp_specs leon3: Simplify bsp_specs

Re: Hello World patch

2018-01-17 Thread Christian Mauderer
Hello Vidushi, I think the whole wiki is only editable for registered users. That's true for the students table too. Regards Christian Mauderer Am 17.01.2018 um 07:06 schrieb Vidushi Vashishth: > Hello! > > I sent the patch to Gedare Bloom. The student tracking table is not > editable yet I