Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Jack Mitchell
On 04/09/12 09:43, Jack Mitchell wrote: On 03/09/12 22:00, Tomas Frydrych wrote: Hi Jack, On 03/09/12 18:52, Jack Mitchell wrote: As some of you know I run a small Raspberry Pi community site[1] and I would like to write a follow up to an earlier blog post about preparing yourself for programm

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Jack Mitchell
On 05/09/2012 18:13, Trevor Woerner wrote: I also found that I had to add: BB_DANGLINGAPPENDS_WARNONLY = "yes" at the end of my conf/local.conf since I received a: ERROR: No recipes available for: /home/trevor/devel/yocto/raspi/poky/meta-raspberrypi/recipes-multimedia/libav/l

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Burton, Ross
On 5 September 2012 18:13, Trevor Woerner wrote: > I also found that I had to add: > > BB_DANGLINGAPPENDS_WARNONLY = "yes" > > at the end of my conf/local.conf since I received a: > > ERROR: No recipes available for: > > /home/trevor/devel/yocto/raspi/poky/meta-raspberrypi/recipes-m

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Trevor Woerner
I also found that I had to add: BB_DANGLINGAPPENDS_WARNONLY = "yes" at the end of my conf/local.conf since I received a: ERROR: No recipes available for: /home/trevor/devel/yocto/raspi/poky/meta-raspberrypi/recipes-multimedia/libav/libav_0.7.4.bbappend the first time I tried baki

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Jack Mitchell
On 05/09/12 16:20, Trevor Woerner wrote: On Wed, Sep 5, 2012 at 5:58 AM, Jack Mitchell wrote: This is now livefor anyone interested. http://www.pimpmypi.com/blog/blogPost.php?blogPostID=7 Shouldn't the instructions include a step adding the meta-raspberrypi layer to conf/bblayers.conf? Well

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Trevor Woerner
On Wed, Sep 5, 2012 at 5:58 AM, Jack Mitchell wrote: > This is now livefor anyone interested. > http://www.pimpmypi.com/blog/blogPost.php?blogPostID=7 Shouldn't the instructions include a step adding the meta-raspberrypi layer to conf/bblayers.conf? ___

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Jack Mitchell
On 03/09/12 22:00, Tomas Frydrych wrote: Hi Jack, On 03/09/12 18:52, Jack Mitchell wrote: As some of you know I run a small Raspberry Pi community site[1] and I would like to write a follow up to an earlier blog post about preparing yourself for programming on the Raspberry Pi with the Yocto Pr

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-04 Thread Jack Mitchell
On 04/09/12 09:43, Jack Mitchell wrote: On 03/09/12 22:00, Tomas Frydrych wrote: Hi Jack, On 03/09/12 18:52, Jack Mitchell wrote: As some of you know I run a small Raspberry Pi community site[1] and I would like to write a follow up to an earlier blog post about preparing yourself for programm

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-04 Thread Jack Mitchell
On 03/09/12 22:00, Tomas Frydrych wrote: Hi Jack, On 03/09/12 18:52, Jack Mitchell wrote: As some of you know I run a small Raspberry Pi community site[1] and I would like to write a follow up to an earlier blog post about preparing yourself for programming on the Raspberry Pi with the Yocto Pr

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-03 Thread Tomas Frydrych
Hi Jack, On 03/09/12 18:52, Jack Mitchell wrote: > As some of you know I run a small Raspberry Pi community site[1] and I > would like to write a follow up to an earlier blog post about preparing > yourself for programming on the Raspberry Pi with the Yocto Project. I don't know if of any use to

[yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-03 Thread Jack Mitchell
Good evening all, Over the past month or so I have been experimenting with using Yocto and meta-raspberrypi to get a minimal image booting. After some frustration, plenty of bug fixes and heaps of help from members of the community; I believe that the layers are now well tested and fairly stab