Re: Move libbsp/libchip to top of tree

2018-03-28 Thread Gedare Bloom
On Wed, Mar 28, 2018 at 1:16 AM, Sebastian Huber wrote: > On 28/03/18 02:11, Chris Johns wrote: >> >> On 28/03/2018 07:09, Joel Sherrill wrote: >>> >>> On Tue, Mar 27, 2018 at 2:56 PM, Cudmore, Alan P. (GSFC-5820) >>> mailto:alan.p.cudm...@nasa.gov>> wrote: >>> >>> I like the idea, but to me

[PATCH] Eliminate PowerPC libcpu/page.h

2018-03-28 Thread Joel Sherrill
Started to eliminate warnings and then realized that only one one-line macro in the file was used by a few files. The rest of the file was was not needed. Eliminate the file. Closes #3354. --- bsps/powerpc/beatnik/include/bsp.h | 8 +-- bsps/powerpc/headers.am

Re: [PATCH 1/2] jffs2: Do not use command line defines

2018-03-28 Thread Chris Johns
On 28/03/2018 15:57, Sebastian Huber wrote: > On 28/03/18 01:01, Chris Johns wrote: >> On 27/03/2018 22:01, Sebastian Huber wrote: >>> Update #3375. >>> --- >>>   cpukit/libfs/Makefile.am  | 2 -- >>>   cpukit/libfs/src/jffs2/src/build.c    | 2 ++ >>>   cpukit/libfs/src/jffs2/src

Re: Move libbsp/libchip to top of tree

2018-03-28 Thread Chris Johns
On 29/03/2018 00:26, Gedare Bloom wrote: > On Wed, Mar 28, 2018 at 1:16 AM, Sebastian Huber > wrote: >> On 28/03/18 02:11, Chris Johns wrote: >>> >>> On 28/03/2018 07:09, Joel Sherrill wrote: On Tue, Mar 27, 2018 at 2:56 PM, Cudmore, Alan P. (GSFC-5820) mailto:alan.p.cudm...@nasa.go

Re: Move libbsp/libchip to top of tree

2018-03-28 Thread Joel Sherrill
Sorry about forgetting the ticket. My main point was do we want to do this before branching or not? There are a lot of tickets outstanding and we need to start working to an end. On Wed, Mar 28, 2018, 3:45 PM Chris Johns wrote: > On 29/03/2018 00:26, Gedare Bloom wrote: > > On Wed, Mar 28, 2018

Re: How to build librtemscpu.a and librtemsbsp.a in the future?

2018-03-28 Thread Chris Johns
On 28/03/2018 16:30, Sebastian Huber wrote: > On 28/03/18 02:35, Chris Johns wrote: >> On 27/03/2018 17:17, Sebastian Huber wrote: >>> On 27/03/18 01:15, Chris Johns wrote: On 26/03/2018 17:32, Sebastian Huber wrote: > On 25/03/18 05:20, Chris Johns wrote: >> On 24/3/18 1:27 am, Sebast

Re: [PATCH 1/2] jffs2: Do not use command line defines

2018-03-28 Thread Gedare Bloom
On Wed, Mar 28, 2018 at 4:39 PM, Chris Johns wrote: > On 28/03/2018 15:57, Sebastian Huber wrote: >> On 28/03/18 01:01, Chris Johns wrote: >>> On 27/03/2018 22:01, Sebastian Huber wrote: Update #3375. --- cpukit/libfs/Makefile.am | 2 -- cpukit/libfs/src/jff