All of lore.kernel.org
 help / color / mirror / Atom feed
* hiawatha-8.6 using Yocto
@ 2012-12-21 16:11 GOPIKRISHNAN S
  2012-12-21 16:48   ` [yocto] " Burton, Ross
  2012-12-21 17:23   ` Eric Bénard
  0 siblings, 2 replies; 10+ messages in thread
From: GOPIKRISHNAN S @ 2012-12-21 16:11 UTC (permalink / raw)
  To: meta-freescale, yocto

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

Hi,

I was trying to install hiawatha on my freescale p2041rdb. But it is using
cmake to configure and install.
How to write recipe for this with cmake. I have writted recipe for packages
with autotools, and make file.
Any Idea???


Reg,
Gopi Krishnan S

[-- Attachment #2: Type: text/html, Size: 286 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: hiawatha-8.6 using Yocto
  2012-12-21 16:11 hiawatha-8.6 using Yocto GOPIKRISHNAN S
@ 2012-12-21 16:48   ` Burton, Ross
  2012-12-21 17:23   ` Eric Bénard
  1 sibling, 0 replies; 10+ messages in thread
From: Burton, Ross @ 2012-12-21 16:48 UTC (permalink / raw)
  To: GOPIKRISHNAN S; +Cc: meta-freescale, yocto

On 21 December 2012 16:11, GOPIKRISHNAN S <gopikrishnans@pec.edu> wrote:
> I was trying to install hiawatha on my freescale p2041rdb. But it is using
> cmake to configure and install.
> How to write recipe for this with cmake. I have writted recipe for packages
> with autotools, and make file.
> Any Idea???

Basically, instead of "inherit autotools", use "inherit cmake".

In oe-core have a look at libmusicbrainz or libproxy for examples.

Ross


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [yocto] hiawatha-8.6 using Yocto
@ 2012-12-21 16:48   ` Burton, Ross
  0 siblings, 0 replies; 10+ messages in thread
From: Burton, Ross @ 2012-12-21 16:48 UTC (permalink / raw)
  To: GOPIKRISHNAN S; +Cc: meta-freescale, yocto

On 21 December 2012 16:11, GOPIKRISHNAN S <gopikrishnans@pec.edu> wrote:
> I was trying to install hiawatha on my freescale p2041rdb. But it is using
> cmake to configure and install.
> How to write recipe for this with cmake. I have writted recipe for packages
> with autotools, and make file.
> Any Idea???

Basically, instead of "inherit autotools", use "inherit cmake".

In oe-core have a look at libmusicbrainz or libproxy for examples.

Ross


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-freescale] hiawatha-8.6 using Yocto
  2012-12-21 16:11 hiawatha-8.6 using Yocto GOPIKRISHNAN S
@ 2012-12-21 17:23   ` Eric Bénard
  2012-12-21 17:23   ` Eric Bénard
  1 sibling, 0 replies; 10+ messages in thread
From: Eric Bénard @ 2012-12-21 17:23 UTC (permalink / raw)
  To: GOPIKRISHNAN S; +Cc: meta-freescale, yocto

Hi,

Le Fri, 21 Dec 2012 21:41:38 +0530,
GOPIKRISHNAN S <gopikrishnans@pec.edu> a écrit :
> I was trying to install hiawatha on my freescale p2041rdb. But it is using
> cmake to configure and install.
> How to write recipe for this with cmake. I have writted recipe for packages
> with autotools, and make file.
> Any Idea???

by using meta-openembedded/meta-webserver you can get hiawatha running
in a few minutes :
http://cgit.openembedded.org/meta-openembedded/tree/meta-webserver/recipes-httpd/hiawatha

Best regards
Eric


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: hiawatha-8.6 using Yocto
@ 2012-12-21 17:23   ` Eric Bénard
  0 siblings, 0 replies; 10+ messages in thread
From: Eric Bénard @ 2012-12-21 17:23 UTC (permalink / raw)
  To: GOPIKRISHNAN S; +Cc: meta-freescale, yocto

Hi,

Le Fri, 21 Dec 2012 21:41:38 +0530,
GOPIKRISHNAN S <gopikrishnans@pec.edu> a écrit :
> I was trying to install hiawatha on my freescale p2041rdb. But it is using
> cmake to configure and install.
> How to write recipe for this with cmake. I have writted recipe for packages
> with autotools, and make file.
> Any Idea???

by using meta-openembedded/meta-webserver you can get hiawatha running
in a few minutes :
http://cgit.openembedded.org/meta-openembedded/tree/meta-webserver/recipes-httpd/hiawatha

Best regards
Eric


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-freescale] hiawatha-8.6 using Yocto
       [not found]   ` <CAOkC3RZmx1ph=LKk2n9_oFAD=PjfbG6KCscQheAcRUigOuXiKA@mail.gmail.com>
@ 2012-12-28  6:30       ` GOPIKRISHNAN S
  0 siblings, 0 replies; 10+ messages in thread
From: GOPIKRISHNAN S @ 2012-12-28  6:30 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale, yocto

[-- Attachment #1: Type: text/plain, Size: 2872 bytes --]

I am getting some errors while building hiawatha(using recipe from
openembedded). In investigation I found all return \type and parameter type
seems to be same & in all /usr/include/*.h files in declared as extern was
added before to make it visible in global. I wonder no problem was
not raised while compiling for my host platform (Debian 6 on x86), and
getting problem only doing it for my freescale board

/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:39:5:
error: conflictin
g types for 'unsetenv'
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:589:12:
note: previous declaration of 'unsetenv' was her
e
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:49:6:
error: conflictin
g types for 'clearenv'
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:596:12:
note: previous declaration of 'clearenv' was her
e
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:39:5:
error: conflictin
g types for 'unsetenv'
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:589:12:
note: previous declaration of 'unsetenv' was her
e
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:
In function 'strcasecm
p':/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:49:6:
error: conflic
ting types for 'clearenv'
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:596:12:
note: previous declaration of 'clearenv' was her
e


On Thu, Dec 27, 2012 at 9:25 PM, GOPIKRISHNAN S <gopikrishnans@pec.edu>wrote:

> Thanks. Your link was so helpful.
>
>
> On Fri, Dec 21, 2012 at 10:53 PM, Eric Bénard <eric@eukrea.com> wrote:
>
>> Hi,
>>
>> Le Fri, 21 Dec 2012 21:41:38 +0530,
>> GOPIKRISHNAN S <gopikrishnans@pec.edu> a écrit :
>> > I was trying to install hiawatha on my freescale p2041rdb. But it is
>> using
>> > cmake to configure and install.
>> > How to write recipe for this with cmake. I have writted recipe for
>> packages
>> > with autotools, and make file.
>> > Any Idea???
>>
>> by using meta-openembedded/meta-webserver you can get hiawatha running
>> in a few minutes :
>>
>> http://cgit.openembedded.org/meta-openembedded/tree/meta-webserver/recipes-httpd/hiawatha
>>
>> Best regards
>> Eric
>>
>
>

[-- Attachment #2: Type: text/html, Size: 3925 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: hiawatha-8.6 using Yocto
@ 2012-12-28  6:30       ` GOPIKRISHNAN S
  0 siblings, 0 replies; 10+ messages in thread
From: GOPIKRISHNAN S @ 2012-12-28  6:30 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale, yocto

[-- Attachment #1: Type: text/plain, Size: 2872 bytes --]

I am getting some errors while building hiawatha(using recipe from
openembedded). In investigation I found all return \type and parameter type
seems to be same & in all /usr/include/*.h files in declared as extern was
added before to make it visible in global. I wonder no problem was
not raised while compiling for my host platform (Debian 6 on x86), and
getting problem only doing it for my freescale board

/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:39:5:
error: conflictin
g types for 'unsetenv'
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:589:12:
note: previous declaration of 'unsetenv' was her
e
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:49:6:
error: conflictin
g types for 'clearenv'
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:596:12:
note: previous declaration of 'clearenv' was her
e
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:39:5:
error: conflictin
g types for 'unsetenv'
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:589:12:
note: previous declaration of 'unsetenv' was her
e
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:
In function 'strcasecm
p':/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:49:6:
error: conflic
ting types for 'clearenv'
/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:596:12:
note: previous declaration of 'clearenv' was her
e


On Thu, Dec 27, 2012 at 9:25 PM, GOPIKRISHNAN S <gopikrishnans@pec.edu>wrote:

> Thanks. Your link was so helpful.
>
>
> On Fri, Dec 21, 2012 at 10:53 PM, Eric Bénard <eric@eukrea.com> wrote:
>
>> Hi,
>>
>> Le Fri, 21 Dec 2012 21:41:38 +0530,
>> GOPIKRISHNAN S <gopikrishnans@pec.edu> a écrit :
>> > I was trying to install hiawatha on my freescale p2041rdb. But it is
>> using
>> > cmake to configure and install.
>> > How to write recipe for this with cmake. I have writted recipe for
>> packages
>> > with autotools, and make file.
>> > Any Idea???
>>
>> by using meta-openembedded/meta-webserver you can get hiawatha running
>> in a few minutes :
>>
>> http://cgit.openembedded.org/meta-openembedded/tree/meta-webserver/recipes-httpd/hiawatha
>>
>> Best regards
>> Eric
>>
>
>

[-- Attachment #2: Type: text/html, Size: 3925 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-freescale] hiawatha-8.6 using Yocto
  2012-12-28  6:30       ` GOPIKRISHNAN S
  (?)
@ 2012-12-28  9:30       ` Jack Mitchell
  -1 siblings, 0 replies; 10+ messages in thread
From: Jack Mitchell @ 2012-12-28  9:30 UTC (permalink / raw)
  To: yocto

Hi,

On 12/28/12 06:30, GOPIKRISHNAN S wrote:
> I am getting some errors while building hiawatha(using recipe from 
> openembedded). In investigation I found all return \type and parameter 
> type seems to be same & in all /usr/include/*.h files in declared as 
> extern was added before to make it visible in global. I wonder no 
> problem was not raised while compiling for my host platform (Debian 6 
> on x86), and getting problem only doing it for my freescale board
>
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:39:5: 
> error: conflictin
> g types for 'unsetenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:589:12: 
> note: previous declaration of 'unsetenv' was her
> e
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:49:6: 
> error: conflictin
> g types for 'clearenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:596:12: 
> note: previous declaration of 'clearenv' was her
> e
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:39:5: 
> error: conflictin
> g types for 'unsetenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:589:12: 
> note: previous declaration of 'unsetenv' was her
> e
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c: 
> In function 'strcasecm
> p':/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:49:6: 
> error: conflic
> ting types for 'clearenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:596:12: 
> note: previous declaration of 'clearenv' was her
> e
>
>
[snip]

I build Hiawatha regularly for ARM on x86_64 and have encountered no 
issues like the one you have found. Could you check the following for me 
please:

1) Are you using the latest oe-core
2) Have you changed the recipe in anyway
3) What architecture are you building for

If you satisfy all of these then I would suggest you drop Hugo and email 
who is the Hiawatha developer, his email can be found on the Hiawatha 
website. He is fairly friendly and usually responds to querys quickly.

Regards,
Jack.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-freescale] hiawatha-8.6 using Yocto
  2012-12-28  6:30       ` GOPIKRISHNAN S
@ 2012-12-28 17:32         ` Otavio Salvador
  -1 siblings, 0 replies; 10+ messages in thread
From: Otavio Salvador @ 2012-12-28 17:32 UTC (permalink / raw)
  To: GOPIKRISHNAN S; +Cc: meta-freescale@yoctoproject.org, yocto

On Fri, Dec 28, 2012 at 4:30 AM, GOPIKRISHNAN S <gopikrishnans@pec.edu> wrote:
> I am getting some errors while building hiawatha(using recipe from
> openembedded). In investigation I found all return \type and parameter type
> seems to be same & in all /usr/include/*.h files in declared as extern was
> added before to make it visible in global. I wonder no problem was not
> raised while compiling for my host platform (Debian 6 on x86), and getting
> problem only doing it for my freescale board
>
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:39:5:
> error: conflictin
> g types for 'unsetenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:589:12:
> note: previous declaration of 'unsetenv' was her
> e
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:49:6:
> error: conflictin
> g types for 'clearenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:596:12:
> note: previous declaration of 'clearenv' was her
> e
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:39:5:
> error: conflictin
> g types for 'unsetenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:589:12:
> note: previous declaration of 'unsetenv' was her
> e
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:
> In function 'strcasecm
> p':/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:49:6:
> error: conflic
> ting types for 'clearenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:596:12:
> note: previous declaration of 'clearenv' was her
> e

Please report this to meta-openembedded mailing list as this is not
BSP specific.

It might be due the newer GCC used in Yocto. Someone in
meta-openembedded mailing list might have a patch for it ready and
then avoid work duplication.

Regards,

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: hiawatha-8.6 using Yocto
@ 2012-12-28 17:32         ` Otavio Salvador
  0 siblings, 0 replies; 10+ messages in thread
From: Otavio Salvador @ 2012-12-28 17:32 UTC (permalink / raw)
  To: GOPIKRISHNAN S; +Cc: meta-freescale@yoctoproject.org, yocto

On Fri, Dec 28, 2012 at 4:30 AM, GOPIKRISHNAN S <gopikrishnans@pec.edu> wrote:
> I am getting some errors while building hiawatha(using recipe from
> openembedded). In investigation I found all return \type and parameter type
> seems to be same & in all /usr/include/*.h files in declared as extern was
> added before to make it visible in global. I wonder no problem was not
> raised while compiling for my host platform (Debian 6 on x86), and getting
> problem only doing it for my freescale board
>
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:39:5:
> error: conflictin
> g types for 'unsetenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:589:12:
> note: previous declaration of 'unsetenv' was her
> e
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:49:6:
> error: conflictin
> g types for 'clearenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:596:12:
> note: previous declaration of 'clearenv' was her
> e
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:39:5:
> error: conflictin
> g types for 'unsetenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:589:12:
> note: previous declaration of 'unsetenv' was her
> e
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:
> In function 'strcasecm
> p':/media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/hiawatha-8.6-r2/hiawatha-8.6/src/alternative.c:49:6:
> error: conflic
> ting types for 'clearenv'
> /media/sdk/3.1/QorIQ-SDK-V1.3-20121114-yocto/build_p2041rdb_release/tmp/sysroots/p2041rdb/usr/include/stdlib.h:596:12:
> note: previous declaration of 'clearenv' was her
> e

Please report this to meta-openembedded mailing list as this is not
BSP specific.

It might be due the newer GCC used in Yocto. Someone in
meta-openembedded mailing list might have a patch for it ready and
then avoid work duplication.

Regards,

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-12-28 17:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21 16:11 hiawatha-8.6 using Yocto GOPIKRISHNAN S
2012-12-21 16:48 ` Burton, Ross
2012-12-21 16:48   ` [yocto] " Burton, Ross
2012-12-21 17:23 ` [meta-freescale] " Eric Bénard
2012-12-21 17:23   ` Eric Bénard
     [not found]   ` <CAOkC3RZmx1ph=LKk2n9_oFAD=PjfbG6KCscQheAcRUigOuXiKA@mail.gmail.com>
2012-12-28  6:30     ` [meta-freescale] " GOPIKRISHNAN S
2012-12-28  6:30       ` GOPIKRISHNAN S
2012-12-28  9:30       ` [meta-freescale] " Jack Mitchell
2012-12-28 17:32       ` Otavio Salvador
2012-12-28 17:32         ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.