Re: [OE-core] [PATCH] Added recipe for libconfig

2012-06-14 Thread Stefano Babic
On 14/06/2012 14:58, Philip Balister wrote: >> meta-oe is the place for this tyoe of recipe. The Yocto Project is not a > distribution, rather a project to make embedded systems easier :) Ok, thanks for clarification - I will send V2 for meta-oe. Stefano --

Re: [OE-core] [PATCH] Added recipe for libconfig

2012-06-14 Thread Philip Balister
On 06/14/2012 04:00 AM, Stefano Babic wrote: > On 13/06/2012 16:24, Burton, Ross wrote: >> On 13 June 2012 15:22, Stefano Babic wrote: >>> no, there is not yet. I add the libconfig to my image and my apllication >>> make use of it. However, I see it as a general purpose library, that one >>> can d

Re: [OE-core] [PATCH] Added recipe for libconfig

2012-06-14 Thread Stefano Babic
On 13/06/2012 16:24, Burton, Ross wrote: > On 13 June 2012 15:22, Stefano Babic wrote: >> no, there is not yet. I add the libconfig to my image and my apllication >> make use of it. However, I see it as a general purpose library, that one >> can decide to add or not to the own rootfs. >> >> Is the

Re: [OE-core] [PATCH] Added recipe for libconfig

2012-06-13 Thread Stefano Babic
On 13/06/2012 16:02, Burton, Ross wrote: > On 13 June 2012 14:19, Stefano Babic wrote: >> libconfig can be used to parse a configuration file >> in a structured language, but still compact and more >> suitable for embedded devices compared to XML. > > Is there a package that's actually going to u

Re: [OE-core] [PATCH] Added recipe for libconfig

2012-06-13 Thread Burton, Ross
On 13 June 2012 15:22, Stefano Babic wrote: > no, there is not yet. I add the libconfig to my image and my apllication > make use of it. However, I see it as a general purpose library, that one > can decide to add or not to the own rootfs. > > Is there some constraints in OE requiring that a lib c

Re: [OE-core] [PATCH] Added recipe for libconfig

2012-06-13 Thread Burton, Ross
On 13 June 2012 14:19, Stefano Babic wrote: > libconfig can be used to parse a configuration file > in a structured language, but still compact and more > suitable for embedded devices compared to XML. Is there a package that's actually going to use this in oe-core? Ross ___

Re: [OE-core] [PATCH] Added recipe for libconfig

2012-06-13 Thread Otavio Salvador
On Wed, Jun 13, 2012 at 10:19 AM, Stefano Babic wrote: > +PR = "r0" Please drop the PR when using r0 as this is the default. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              http://proj

[OE-core] [PATCH] Added recipe for libconfig

2012-06-13 Thread Stefano Babic
libconfig can be used to parse a configuration file in a structured language, but still compact and more suitable for embedded devices compared to XML. Signed-off-by: Stefano Babic --- meta/recipes-support/libconfig/libconfig_1.4.8.bb | 15 +++ 1 file changed, 15 insertions(+) cre