[PATCH] sb: Fix the imports on Python2

2020-08-26 Thread chrisj
From: Chris Johns Closes #4037 --- source-builder/sb-check | 2 -- source-builder/sb/__init__.py | 20 source-builder/sb/build.py | 3 +-- source-builder/sb/config.py | 3 +-- source-builder/sb/getsources.py | 3 +-- source-builder/sb/linux.py |

[PATCH] tester: Change to a simpler TFTP server

2020-08-26 Thread chrisj
From: Chris Johns - Add a simpler TFTP to allow parallel test hardware - Remove the imported tftpy server Closes #4063 --- tester/rt/tftp.py| 37 +- tester/rt/tftpserver.py | 619 +++ tester/rt/tftpy/COPYING | 21 - tester

Re: [PATCH] sb: Use shebang env python

2020-08-26 Thread Chris Johns
On 27/8/20 1:10 am, Gedare Bloom wrote: > thanks, some of this is rewriting shell script to python, and fixing > up imports. I'd prefer to have these separated, but it's probably fine > I took a quick skim over all of it. Changes to the imports are needed for the moved code to work. The code befor

[PATCH v2] Adding EPICS7 Package to RSB

2020-08-26 Thread Mritunjay Sharma
Modified as per the suggestions of Dr. Gedare. Please do review Signed-off-by: Mritunjay Sharma --- .../epics/{epics-7-1.cfg => epics-7.0-1.cfg} | 5 ++-- rtems/config/epics/epics-base.bset| 14 +-- .../config/{epics-7-1.cfg => epics-7.0-1.cfg} | 24 --- 3 fi

Re: [PATCH] Adding EPICS7 Package to RSB

2020-08-26 Thread Mritunjay Sharma
On Thu, Aug 27, 2020 at 3:04 AM Mritunjay Sharma < mritunjaysharma...@gmail.com> wrote: > Thank you so much for taking time to review the PATCH. > > On Wed, Aug 26, 2020 at 8:56 PM Gedare Bloom wrote: > >> On Tue, Aug 25, 2020 at 4:36 PM Mritunjay Sharma >> wrote: >> > >> > This patch add suppor

Re: [PATCH] Adding EPICS7 Package to RSB

2020-08-26 Thread Mritunjay Sharma
Thank you so much for taking time to review the PATCH. On Wed, Aug 26, 2020 at 8:56 PM Gedare Bloom wrote: > On Tue, Aug 25, 2020 at 4:36 PM Mritunjay Sharma > wrote: > > > > This patch add supports for EPICS7 Package to RTEMS RSB. > > Signed-off-by: Mritunjay Sharma > > --- > > rtems/config/

Re: [PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
Please review this version of my patch. This still gives a data-exception error because of the earlier discussed issue while trying to scheduled Init task. This patch resolves issues from https://github.com/richidubey/rtems/pull/7/files and patch v3. Thanks, Richi. On Thu, Aug 27, 2020 at 2:32 A

GSOC 2020 : Final project report

2020-08-26 Thread Eshan Dhawan
hello everyone, I have written the blog for the final report of submission of Google summer of code program. I would like to request you all to review it. blog: https://medium.com/@eshandhawan51/google-summer-of-code-2020-posix-compliance-66fca3e18bd7?source=friends_link&sk=9cc3323c701de0138b9bb56c

[PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
--- cpukit/include/rtems/scheduler.h | 6 +- .../include/rtems/score/schedulerstrongapa.h | 152 ++- cpukit/score/src/schedulerstrongapa.c | 886 ++ 3 files changed, 813 insertions(+), 231 deletions(-) diff --git a/cpukit/include/rtems/scheduler.h b/cpukit/

[PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
--- cpukit/include/rtems/scheduler.h | 6 +- .../include/rtems/score/schedulerstrongapa.h | 152 ++- cpukit/score/src/schedulerstrongapa.c | 886 ++ 3 files changed, 813 insertions(+), 231 deletions(-) diff --git a/cpukit/include/rtems/scheduler.h b/cpukit/

Re: [PATCH v2] Change license to BSD-2

2020-08-26 Thread Richi Dubey
Hi, This compiles and does not break RTEMS. Thanks, Richi. On Thu, Aug 27, 2020 at 2:25 AM Richi Dubey wrote: > --- > .../include/rtems/score/schedulerstrongapa.h | 34 +-- > 1 file changed, 23 insertions(+), 11 deletions(-) > > diff --git a/cpukit/include/rtems/score/schedul

Re: [PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
This is so interesting. Thanks for letting me know. I'm changing my settings On Thu, Aug 27, 2020 at 2:18 AM Gedare Bloom wrote: > The subject line comes through fine, but your mail reader is picking > up some in-reply-to field probably. I think you can change this with > some threading options

[PATCH v2] Change license to BSD-2

2020-08-26 Thread Richi Dubey
--- .../include/rtems/score/schedulerstrongapa.h | 34 +-- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/cpukit/include/rtems/score/schedulerstrongapa.h b/cpukit/include/rtems/score/schedulerstrongapa.h index 0ac28cb439..6cea07537f 100644 --- a/cpukit/include/rt

Re: [PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Gedare Bloom
The subject line comes through fine, but your mail reader is picking up some in-reply-to field probably. I think you can change this with some threading options in either git-format-patch or git-send-email. On Wed, Aug 26, 2020 at 2:39 PM Richi Dubey wrote: > > I used this command: > > richi@YouA

Re: [PATCH] Change license to BSD-2

2020-08-26 Thread Gedare Bloom
On Wed, Aug 26, 2020 at 2:36 PM Richi Dubey wrote: > > No, Because the scheduler.h isn't included in the patch which is needed for > defining the changed Strong APA Context. But, RTEMS won't compile without > adding the changes in cpukit/src/rtems/score/schedulerstrongapa.c too since > the cont

Re: [PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
I used this command: richi@YouAreAmazing:~/quick-start/src/rtems$ git send-email --to= devel@rtems.org v4-0001-Pre-Release-Strong-APA.patch v4-0001-Pre-Release-Strong-APA.patch (mbox) Adding cc: Richi Dubey from line 'From: Richi Dubey ' From: Richi Dubey To: devel@rtems.org Cc: Richi Dubey Su

Re: [PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
I've been trying to send the v4 but the patch keeps coming in v3 mail thread :(. What am I missing? On Thu, Aug 27, 2020 at 2:03 AM Richi Dubey wrote: > --- > cpukit/include/rtems/scheduler.h | 6 +- > .../include/rtems/score/schedulerstrongapa.h | 152 ++- > cpukit/score/src/s

Re: [PATCH] Change license to BSD-2

2020-08-26 Thread Richi Dubey
No, Because the scheduler.h isn't included in the patch which is needed for defining the changed Strong APA Context. But, RTEMS won't compile without adding the changes in cpukit/src/rtems/score/schedulerstrongapa.c too since the context and all the variables have changed. What should I do now? P

[PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
--- cpukit/include/rtems/scheduler.h | 6 +- .../include/rtems/score/schedulerstrongapa.h | 152 ++- cpukit/score/src/schedulerstrongapa.c | 901 ++ 3 files changed, 828 insertions(+), 231 deletions(-) diff --git a/cpukit/include/rtems/scheduler.h b/cpukit/

Re: [PATCH] Change license to BSD-2

2020-08-26 Thread Gedare Bloom
Hi Richi, This includes enough new material that you can add your copyright line also. Does rtems still compile if just this patch is applied? On Wed, Aug 26, 2020 at 2:26 PM Richi Dubey wrote: > > --- > .../include/rtems/score/schedulerstrongapa.h | 153 ++ > 1 file changed, 1

Re: [PATCH] Change license to BSD-2

2020-08-26 Thread Richi Dubey
Hi, This patch is for sweeping the changes for the doxygen documentation. Thanks, Richi. On Thu, Aug 27, 2020 at 1:56 AM Richi Dubey wrote: > --- > .../include/rtems/score/schedulerstrongapa.h | 153 ++ > 1 file changed, 118 insertions(+), 35 deletions(-) > > diff --git a/cpu

[PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
--- cpukit/include/rtems/scheduler.h | 6 +- .../include/rtems/score/schedulerstrongapa.h | 39 +- cpukit/score/src/schedulerstrongapa.c | 901 ++ 3 files changed, 730 insertions(+), 216 deletions(-) diff --git a/cpukit/include/rtems/scheduler.h b/cpukit/i

[PATCH] Change license to BSD-2

2020-08-26 Thread Richi Dubey
--- .../include/rtems/score/schedulerstrongapa.h | 153 ++ 1 file changed, 118 insertions(+), 35 deletions(-) diff --git a/cpukit/include/rtems/score/schedulerstrongapa.h b/cpukit/include/rtems/score/schedulerstrongapa.h index 0ac28cb439..9354acb052 100644 --- a/cpukit/include/r

Re: [GSoC 2020]: Need help in writing sed alternative in Python for RSB recipes

2020-08-26 Thread Mritunjay Sharma
On Wed, Aug 26, 2020 at 6:01 AM Chris Johns wrote: > On 26/8/20 8:48 am, Mritunjay Sharma wrote: > > First of all, Apologies for the little delay in response. I was actually > a > > little stuck with assignments in classes. > > Thanks for letting us know. You will need to make up the lost time so

Re: Error Building RSB (Master)

2020-08-26 Thread Chris Johns
> On 27 Aug 2020, at 2:39 am, Gedare Bloom wrote: > > It must be an issue with how the imports got changed in the shebang patch. Yes and sorry about that. I tested Python3 and then ran ‘python2.7 ../source-builder/sb-set-builder ...’ on FreeBSD without errors. I am looking to make the impor

Re: [PATCH] sb: Use shebang env python

2020-08-26 Thread Gedare Bloom
On Wed, Aug 26, 2020 at 9:10 AM Gedare Bloom wrote: > > thanks, some of this is rewriting shell script to python, and fixing > up imports. I'd prefer to have these separated, but it's probably fine > I took a quick skim over all of it. > It seems this commit broke the RSB. > On Tue, Aug 25, 2020

Re: [PATCH v2] Pre Release: Strong APA

2020-08-26 Thread Richi Dubey
> > > @@ -257,16 +257,14 @@ >> >#define RTEMS_SCHEDULER_STRONG_APA( name, prio_count ) \ >> > static struct { \ >> >Scheduler_strong_APA_Context Base; \ >> > - Chain_ControlReady[ ( prio_count ) ]; \ >> > + Scheduler_strong_APA_Struct Struct[ CONFIGURE_MAX

Re: Error while building FTW Patch

2020-08-26 Thread Joel Sherrill
I think there are two threads on this but I wanted to make sure Chris noticed it. Master of rtems-source-builder is broken. Backing up a commit or two works. --joel On Wed, Aug 26, 2020 at 10:18 AM Eshan Dhawan wrote: > For the RSB master error sent a mail just few minutes ago > > > > On 26-Au

Re: Error Building RSB (Master)

2020-08-26 Thread Gedare Bloom
It must be an issue with how the imports got changed in the shebang patch. On Wed, Aug 26, 2020 at 10:33 AM Joel Sherrill wrote: > > I got this also on the machine I use for automated testing. I backed up to > this commit and it works: > > commit dc989037e430ceb24b9a7ffd6e514935319e0e45 > Author

Re: Error Building RSB (Master)

2020-08-26 Thread Joel Sherrill
I got this also on the machine I use for automated testing. I backed up to this commit and it works: commit dc989037e430ceb24b9a7ffd6e514935319e0e45 Author: Chris Johns Date: Wed Aug 12 13:17:48 2020 +1000 sb/track: Only output unreferenced configs with the option That eliminated these tw

Re: [PATCH v3] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
Hi, I would request you to help me understand how to make this patch work. Currently, it is giving _ARMV4_Exception_data_abort_default while debugging with qemu and gdb. This happens because the scheduler tries to access the CPU[0].executing while trying to schedule the Init task, but the task ex

Re: Error Building RSB (Master)

2020-08-26 Thread Eshan Dhawan
Hello Dr Bloom, its not detecting the import files error : ❯ ./source-builder/sb-check Traceback (most recent call last): File "./source-builder/sb-check", line 23, in import sb.check ImportError: No module named sb.check On Wed, Aug 26, 2020 at 8:59 PM Gedare Bloom wrote: > try sb-check

Re: Error Building RSB (Master)

2020-08-26 Thread Gedare Bloom
try sb-check On Wed, Aug 26, 2020 at 8:52 AM Eshan Dhawan wrote: > > Hello everyone, > I tried building RSB for arm-rtems6 and received this error > > ../source-builder/sb-set-builder --prefix=/home/eshan/development/rtems/6 > 6/rtems-arm > Incorrect Source Builder installation > > -- > Thanks >

Re: [PATCH] Adding EPICS7 Package to RSB

2020-08-26 Thread Gedare Bloom
On Tue, Aug 25, 2020 at 4:36 PM Mritunjay Sharma wrote: > > This patch add supports for EPICS7 Package to RTEMS RSB. > Signed-off-by: Mritunjay Sharma > --- > rtems/config/epics/epics-7-1.cfg| 22 +++ > rtems/config/epics/epics-base.bset | 26 + > source-builder/config/e

[PATCH v3] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
--- cpukit/include/rtems/scheduler.h | 6 +- .../include/rtems/score/schedulerstrongapa.h | 154 ++- cpukit/score/src/schedulerstrongapa.c | 901 ++ 3 files changed, 829 insertions(+), 232 deletions(-) diff --git a/cpukit/include/rtems/scheduler.h b/cpukit/

Re: Error while building FTW Patch

2020-08-26 Thread Eshan Dhawan
For the RSB master error sent a mail just few minutes ago > On 26-Aug-2020, at 8:43 PM, Gedare Bloom wrote: > > This looks unrelated. See if the plain toolchain without your patch > fails in the same way. > >> On Tue, Aug 25, 2020 at 12:58 PM Eshan Dhawan >> wrote: >> >> hello everyone, >

Re: Error while building FTW Patch

2020-08-26 Thread Gedare Bloom
This looks unrelated. See if the plain toolchain without your patch fails in the same way. On Tue, Aug 25, 2020 at 12:58 PM Eshan Dhawan wrote: > > hello everyone, > I after building arm-rtems6 toolchain with my ftw patch > when i build rtems i receive this error > The error comes on the patches

Re: [PATCH] sb: Use shebang env python

2020-08-26 Thread Gedare Bloom
thanks, some of this is rewriting shell script to python, and fixing up imports. I'd prefer to have these separated, but it's probably fine I took a quick skim over all of it. On Tue, Aug 25, 2020 at 5:24 AM wrote: > > From: Chris Johns > > Closes #4037 > --- > source-builder/pkg-config

Error Building RSB (Master)

2020-08-26 Thread Eshan Dhawan
Hello everyone, I tried building RSB for arm-rtems6 and received this error ../source-builder/sb-set-builder --prefix=/home/eshan/development/rtems/6 6/rtems-arm Incorrect Source Builder installation -- Thanks - Eshan ___ devel mailing list devel@rtems

Re: Announce: RTEMS 5.1 Release

2020-08-26 Thread Chris Johns
On 26/8/20 5:16 pm, jan.som...@dlr.de wrote: >> -Original Message- >> From: users [mailto:users-boun...@rtems.org] On Behalf Of Chris Johns >> Sent: Wednesday, August 26, 2020 3:54 AM >> To: Users >> Subject: Announce: RTEMS 5.1 Release >> >> The RTEMS 5.1 Release is available. The release

RE: Announce: RTEMS 5.1 Release

2020-08-26 Thread Jan.Sommer
> -Original Message- > From: users [mailto:users-boun...@rtems.org] On Behalf Of Chris Johns > Sent: Wednesday, August 26, 2020 3:54 AM > To: Users > Subject: Announce: RTEMS 5.1 Release > > The RTEMS 5.1 Release is available. The release can be found at: Great news and thank you very