Re: [yocto] raspberry layer

2013-09-05 Thread JC
On 04/09/2013 18:46, Gary Thomas wrote: On 2013-09-04 10:40, JC wrote: Hi, I am maintaining a small project based on yocto and would like to check to what extent I can port it to Raspberry. It seems there's an ongoing rapsberry layer but I couldn't find which is the right URL to point to in

Re: [yocto] raspberry layer

2013-09-05 Thread Paul Barker
On 5 September 2013 08:21, JC j...@vtkloud.com wrote: On 04/09/2013 18:46, Gary Thomas wrote: git://git.yoctoproject.org/meta-raspberrypi Thanks. I checked out everything (including a fresh poky) and I get this error: ERROR: Error executing a python function in code:# | ETA: 00:00:57

Re: [yocto] raspberry layer

2013-09-05 Thread JC
Hi, On 05/09/2013 09:31, Paul Barker wrote: That looks like a parse error so the full log shouldn't be very long as that point, may be helpful to post it. I attached rpibuild.log to this email my local.conf changes: just added raspberrypi machine bblayers.conf: added

Re: [yocto] raspberry layer

2013-09-05 Thread Paul Barker
On 5 September 2013 08:55, JC j...@vtkloud.com wrote: As a reference, following this link http://www.pimpmypi.com/blog/blogPost.php?blogPostID=7 I got successful (well the image is not yet finished but I hadn't that specific parsing error) I followed the exact README steps in a fresh

Re: [yocto] raspberry layer

2013-09-05 Thread JC
On 05/09/2013 10:04, Paul Barker wrote: On 5 September 2013 08:55, JC j...@vtkloud.com wrote: As a reference, following this link http://www.pimpmypi.com/blog/blogPost.php?blogPostID=7 I got successful (well the image is not yet finished but I hadn't that specific parsing error) I followed the

Re: [yocto] raspberry layer

2013-09-05 Thread Paul Barker
On 5 September 2013 09:08, JC j...@vtkloud.com wrote: On 05/09/2013 10:04, Paul Barker wrote: The log you've attached shows paths for poky as well as openembedded-core. Poky is basically a combination of openembedded-core, meta-yocto and bitbake so you don't want to add openembedded-core

Re: [yocto] raspberry layer

2013-09-05 Thread JC
In the log you posted is the line: ERROR: Failed to parse recipe: /media/yocto/yocto/openembedded-core/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bb So something was adding the path /media/yocto/yocto/openembedded-core/meta to BBLAYERS. If you've just removed that, give it another try.

Re: [yocto] raspberry layer

2013-09-05 Thread JC
Hi Paul On 05/09/2013 10:28, Paul Eggleton wrote: Hi Jay, On Thursday 05 September 2013 10:20:41 JC wrote: ERROR: ParseError at /media/yocto/yocto/meta-openembedded/meta-oe/recipes-devtools/libgee/libgee. inc:12: Could not inherit file classes/vala.bbclass ERROR: Command execution failed:

Re: [yocto] raspberry layer

2013-09-04 Thread Gary Thomas
On 2013-09-04 10:40, JC wrote: Hi, I am maintaining a small project based on yocto and would like to check to what extent I can port it to Raspberry. It seems there's an ongoing rapsberry layer but I couldn't find which is the right URL to point to in order to get started. Can someone tell

[yocto] raspberry layer

2013-09-04 Thread JC
Hi, I am maintaining a small project based on yocto and would like to check to what extent I can port it to Raspberry. It seems there's an ongoing rapsberry layer but I couldn't find which is the right URL to point to in order to get started. Can someone tell me ? Regards Jay