Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-27 Thread Vijay Kumar Banerjee
On Tue, 27 Nov 2018 at 10:28, Chris Johns wrote: > On 27/11/2018 04:28, Vijay Kumar Banerjee wrote: > > On Mon, 26 Nov 2018 at 16:27, Chris Johns > > wrote: > > > On 26 Nov 2018, at 6:57 pm, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com > >

Re: [PATCH v3] Add LICENSE.BSD-2-Clause

2018-11-27 Thread Joel Sherrill
For the current license, we pointed people to a URL for the license for the file. Why aren't we continuing that? On Mon, Nov 26, 2018 at 8:43 PM Chris Johns wrote: > On 27/11/2018 00:21, Sebastian Huber wrote: > > On 23/11/2018 07:55, Sebastian Huber wrote: > >> Copied from: > >> > >> https://sp

Re: m68k/av5282:Add per-section compilation and linking support

2018-11-27 Thread Joel Sherrill
Thanks.Good work! The associated GCI task appears to have already been approved. On Mon, Nov 26, 2018 at 8:36 PM Shashvat Jain wrote: > Hello, > I just enabled the per-function and per-data element section support for > the av5282 bsp in m68k architecture . > The patch for the change has been a

psxtests: add POSIX API Signature Compliance Tests for dirent.h File (GCI 2018)

2018-11-27 Thread Himanshu Sekhar Nayak
Hi guys, Here is the patch file generated for dirent.h file. Thanks Himanshu From 1a0ea080aef5d8d65806feaf8198ea085b3eedde Mon Sep 17 00:00:00 2001 From: Himanshu40 Date: Tue, 27 Nov 2018 22:40:30 +0530 Subject: [PATCH] psxtests: add POSIX API signature compliance tests for dirent.h file (GCI 2

Re: psxtests: add POSIX API Signature Compliance Tests for dirent.h File (GCI 2018)

2018-11-27 Thread Joel Sherrill
Merged. Thank you very much. --joel On Tue, Nov 27, 2018 at 11:13 AM Himanshu Sekhar Nayak < himanshuwindows...@gmail.com> wrote: > Hi guys, > > Here is the patch file generated for dirent.h file. > > Thanks > Himanshu > ___ > devel mailing list > deve

Re: [PATCH v3] Add LICENSE.BSD-2-Clause

2018-11-27 Thread Sebastian Huber
On 27/11/2018 16:24, Joel Sherrill wrote: For the current license, we pointed people to a URL for the license for the file. Why aren't we continuing that? The BSD-2-Clause license is included completely in the file. There is simply no need to reference a lengthy license text. -- Sebastian Hu

Re: [PATCH 5/7] score: Optimize object lookup

2018-11-27 Thread Sebastian Huber
On 26/11/2018 14:12, Sebastian Huber wrote: The local table no longer needs a NULL pointer entry at array index zero. Adjust all the object iteration loops accordingly. I think this is the only problematic change. Previously the local table was organized like this: Objects_Control *local_ta

m68k/mcf5235 : permission denied to a specific test , Why?

2018-11-27 Thread Shashvat Jain
Hello, After I enabled the per section support on the mcf5235 bsp , on the initial "make install" it said that permission is denied for loopback-init.o file , while other tests before it were built successfully , so i had to give "chmod +x loopback-init.o" , which solved the problem . The question