Re: RTEMS SMP configuration

2014-12-07 Thread Sebastian Huber
On 06/12/14 21:56, Hesham Moustafa wrote: Thanks Joel and Gedare. I found it a bit tricky as I had to add epiphany to (hidden) aclocal/enable-smp.m4 files at c/src, cpukit and the root directory. Yes, its bad to waste time on such stuff. Should we simply allow the --enable-smp for all archite

Re: duplicate functionality in libmd and libcrypt

2014-12-07 Thread Sebastian Huber
The libmd and libcrypt are copies from FreeBSD so we should keep this stuff as it is. We should somehow document that some files are copies from other projects. The simplest thing would be to add a README file to these directories. On 06/12/14 15:54, Gedare Bloom wrote: Looks like I wrote

[PATCH 6/9] sb: Move git status to formatter classes

2014-12-07 Thread Sebastian Huber
--- source-builder/sb/reports.py | 124 +++ 1 file changed, 78 insertions(+), 46 deletions(-) diff --git a/source-builder/sb/reports.py b/source-builder/sb/reports.py index ad42ea9..408376c 100644 --- a/source-builder/sb/reports.py +++ b/source-builder/sb/r

[PATCH 1/9] sb: Introduce formatter classes

2014-12-07 Thread Sebastian Huber
Use inheritance instead of ifs. --- source-builder/sb/reports.py | 56 ++-- 1 file changed, 44 insertions(+), 12 deletions(-) diff --git a/source-builder/sb/reports.py b/source-builder/sb/reports.py index ae0cd5d..40c8beb 100644 --- a/source-builder/sb/repo

[PATCH 5/9] sb: Do not report Git remotes

2014-12-07 Thread Sebastian Huber
This is private information. The Git remotes would lead to non-reproducible reports. --- source-builder/sb/reports.py | 17 - 1 file changed, 17 deletions(-) diff --git a/source-builder/sb/reports.py b/source-builder/sb/reports.py index fd38767..ad42ea9 100644 --- a/source-builde

[PATCH 4/9] sb: Add XML formatter

2014-12-07 Thread Sebastian Huber
--- source-builder/sb/reports.py | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/source-builder/sb/reports.py b/source-builder/sb/reports.py index d573003..fd38767 100644 --- a/source-builder/sb/reports.py +++ b/source-builder/sb/reports.py @@ -88

[PATCH 2/9] sb: Move introduction to formatter classes

2014-12-07 Thread Sebastian Huber
--- source-builder/sb/reports.py | 153 ++- 1 file changed, 93 insertions(+), 60 deletions(-) diff --git a/source-builder/sb/reports.py b/source-builder/sb/reports.py index 40c8beb..f158925 100644 --- a/source-builder/sb/reports.py +++ b/source-builder/sb/r

[PATCH 8/9] sb: Add HTML generation to formatter class

2014-12-07 Thread Sebastian Huber
--- source-builder/sb/reports.py | 68 ++-- 1 file changed, 28 insertions(+), 40 deletions(-) diff --git a/source-builder/sb/reports.py b/source-builder/sb/reports.py index 0cad3ce..8b8a5c1 100644 --- a/source-builder/sb/reports.py +++ b/source-builder/sb/r

[PATCH 7/9] sb: Move build set to formatter classes

2014-12-07 Thread Sebastian Huber
--- source-builder/sb/reports.py | 292 --- 1 file changed, 191 insertions(+), 101 deletions(-) diff --git a/source-builder/sb/reports.py b/source-builder/sb/reports.py index 408376c..0cad3ce 100644 --- a/source-builder/sb/reports.py +++ b/source-builder/sb

[PATCH 9/9] sb: Move content to formatter classes

2014-12-07 Thread Sebastian Huber
--- source-builder/sb/reports.py | 356 ++- 1 file changed, 149 insertions(+), 207 deletions(-) diff --git a/source-builder/sb/reports.py b/source-builder/sb/reports.py index 8b8a5c1..4618800 100644 --- a/source-builder/sb/reports.py +++ b/source-builder/sb

RSB: Add XML report

2014-12-07 Thread Sebastian Huber
This patch set adds an XML report and replaces ifs with inheritance. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH 3/9] sb: Do not report current date

2014-12-07 Thread Sebastian Huber
This makes the report reproducible. --- source-builder/sb/reports.py | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/source-builder/sb/reports.py b/source-builder/sb/reports.py index f158925..d573003 100644 --- a/source-builder/sb/reports.py +++ b/source-bu