Re: Conversion of BSP config files to pkg-config files

2019-02-28 Thread Vijay Kumar Banerjee
On Thu, 28 Feb 2019 at 03:37, Chris Johns wrote: > On 25/2/19 6:57 am, Vijay Kumar Banerjee wrote: > > In an attempt to read all the files, I wrote a parser to try to put them > > all in one place. > > Great. > > > I'm attaching the parser, the generated data and the list of files that > > could

Re: Conversion of BSP config files to pkg-config files

2019-02-27 Thread Chris Johns
On 25/2/19 6:57 am, Vijay Kumar Banerjee wrote: > In an attempt to read all the files, I wrote a parser to try to put them > all in one place. Great. > I'm attaching the parser, the generated data and the list of files that > could not be parsed because they use `defines`. Yes this is where thi

Re: Conversion of BSP config files to pkg-config files

2019-02-24 Thread Vijay Kumar Banerjee
Hi, In an attempt to read all the files, I wrote a parser to try to put them all in one place. I'm attaching the parser, the generated data and the list of files that could not be parsed because they use `defines`. Is this data any helpful? Is this the right way forward? sparc/leon3/config/gr740

Re: Conversion of BSP config files to pkg-config files

2019-02-20 Thread Chris Johns
On 21/2/19 7:29 am, Vijay Kumar Banerjee wrote: > On Tue, 22 Jan 2019 at 06:30, Chris Johns > wrote: > > On 21/1/19 10:46 pm, Vijay Kumar Banerjee wrote: > > > > I want to work on the ticket #3302 > as a > > summer pr

Re: Conversion of BSP config files to pkg-config files

2019-02-20 Thread Vijay Kumar Banerjee
On Tue, 22 Jan 2019 at 06:30, Chris Johns wrote: > On 21/1/19 10:46 pm, Vijay Kumar Banerjee wrote: > > > > I want to work on the ticket #3302 > as a > > summer project. > > Great. > > > The goal of the project is to convert the BSP cfg files from `make` > fo

Re: Conversion of BSP config files to pkg-config files

2019-01-21 Thread Chris Johns
On 21/1/19 10:46 pm, Vijay Kumar Banerjee wrote: > > I want to work on the ticket #3302 as a > summer project. Great. > The goal of the project is to convert the BSP cfg files from `make` format to > the > pkg-config (.pc) format. The goal is to be able to

Conversion of BSP config files to pkg-config files

2019-01-21 Thread Vijay Kumar Banerjee
Hello, I want to work on the ticket #3302 as a summer project. The goal of the project is to convert the BSP cfg files from `make` format to the pkg-config (.pc) format. The approach would be to first make all the flags and Makefile macros used in the bsp .c