Re: [yocto] HOW DO I - new one added for EMGD and Crownbay

2012-02-05 Thread Darren Hart
On 02/04/2012 07:21 AM, jfabernathy wrote: > I just added and EMGD example to the How Do I in the wiki. Jim, really appreciate your work here. For those of us not following quite as closely, please provide links to the pages you update so we don't have to go hunting for them. I'm interested to se

Re: [yocto] HOW DO I - new one added for EMGD and Crownbay

2012-02-05 Thread James Abernathy
On Feb 5, 2012, at 2:19 PM, Darren Hart wrote: > On 02/04/2012 07:21 AM, jfabernathy wrote: >> I just added and EMGD example to the How Do I in the wiki. > > Jim, really appreciate your work here. For those of us not following > quite as closely, please provide links to the pages you update so w

Re: [yocto] HOW DO I - new one added for EMGD and Crownbay

2012-02-05 Thread Darren Hart
On 02/05/2012 11:44 AM, James Abernathy wrote: > > On Feb 5, 2012, at 2:19 PM, Darren Hart wrote: > >> On 02/04/2012 07:21 AM, jfabernathy wrote: >>> I just added and EMGD example to the How Do I in the wiki. >> >> Jim, really appreciate your work here. For those of us not following >> quite as

[yocto] Build Error

2012-02-05 Thread Sean Liming
I am new developer to Yocto and embedded Linux in general Host machine: i3 with 4GB RAM OS: Ubuntu 11.10 64-bit I am following the online quick start guide, and looks like the end of bitbake runs into several errors: ERROR: Task 1136 (/home/sean/poky-edison-6.0/meta/recipes-sato/pimlic

Re: [yocto] Build Error

2012-02-05 Thread autif khan
I also attached the corresponding .done file however, since its size was 0, it was not attached - dont forget to add a .done file too. On Sun, Feb 5, 2012 at 6:24 PM, autif khan wrote: > It seems like > > wget http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz > > return a 500 -

Re: [yocto] Build Error

2012-02-05 Thread Khem Raj
On Sun, Feb 5, 2012 at 2:27 PM, Sean Liming wrote: > Looking back at the build process, one error calls out a package that cannot > be downloaded: > http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz it should have had yocto source mirrors in your setup _

Re: [yocto] Build Error

2012-02-05 Thread Rudolf Streif
Hi Sean, icon-naming-utils fails because the download site does not have the source archive available. You can download it from h ttp://downloads.yoctoproject.org/mirror/sources/icon-naming-utils-0.8.7.tar.gz For the

Re: [yocto] Build Error

2012-02-05 Thread Khem Raj
On Sun, Feb 5, 2012 at 3:49 PM, Rudolf Streif wrote: > > You are supposed to be using bash. Ubuntu uses dash by default but if you > were then the sanity checker would flag it the moment you run Bitbake from > you build environment. Just in case: sudo dpkg-reconfigure bash Not really. We strive h

Re: [yocto] Build Error

2012-02-05 Thread Khem Raj
On Sun, Feb 5, 2012 at 2:27 PM, Sean Liming wrote: > Did I miss configure something? Wrong python version? > > There was a post about the dash vs. bash shell. I am not sure what shell is > supposed to be using: you could add something like below to your local.conf INHERIT += "own-mirrors" SOURCE

Re: [yocto] Build Error

2012-02-05 Thread James W.
i suppose try again ,again, and again. On Mon, Feb 6, 2012 at 6:27 AM, Sean Liming wrote: > I am new developer to Yocto and embedded Linux in general > > > > Host machine: i3 with 4GB RAM > > OS: Ubuntu 11.10 64-bit > > > > I am following the online quick start guide, and looks like the end of >

[yocto] Yocto weekly bug trend charts -- WW05

2012-02-05 Thread Xu, Jiajun
Hi all, The overall open bug trend did not change a lot in last 3 weeks. WDD number and Open Bug number are 702 and 141. Bug status of WW03 could be found on https://wiki.yoctoproject.org/wiki/Yocto_Bug_Trend. Best Regards, Jiajun ___ yocto ma

Re: [yocto] Yocto weekly bug trend charts -- WW05

2012-02-05 Thread Sean Liming
Thank you all. Let me work on this and get back to you. Regards, Sean -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Xu, Jiajun Sent: Sunday, February 05, 2012 6:19 PM To: yocto@yoctoproject.org Subject: [yocto] Yocto weekly

Re: [yocto] Build Error

2012-02-05 Thread Sean Liming
@ autif- thank you for the tar file. Placed it in the downloads folder and the error doesn't appear. I added the two lines to the local.conf folder INHERIT += "own-mirrors" SOURCE_MIRROR_URL = "http://autobuilder.yoctoproject.org/pub/sources/"; I am not sure how to resolve the lib-xml-parser f

Re: [yocto] Yocto weekly bug trend charts -- WW05

2012-02-05 Thread Sean Liming
The intltool.inc file has the detail called out in the file patch. I am still seeing the error: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool ERROR: oe_runconf failed ERROR: Function 'do_configure' failed (see /home/sean/edison-6.0-build/tmp/work/i5

Re: [yocto] Build Error

2012-02-05 Thread Khem Raj
On Sun, Feb 5, 2012 at 8:01 PM, Sean Liming wrote: > @ autif- thank you for the tar file. Placed it in the downloads folder and > the error doesn't appear. > > > I added the two lines to the local.conf folder > > INHERIT += "own-mirrors" > SOURCE_MIRROR_URL = "http://autobuilder.yoctoproject.org/

Re: [yocto] Build Error

2012-02-05 Thread Sean Liming
How would I check if perl-native is staged? The intltool.inc has the updated Rudolf. Regards, Sean -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Sunday, February 05, 2012 10:30 PM To: Sean Liming Cc: yocto@yoctoproject.org Subject: Re: [yocto] Build Error On Su

Re: [yocto] Build Error

2012-02-05 Thread Sean Liming
Searching further there seems to be different patches for perl-native for Ubuntu 10.04. Not sure what needs to be applied here. Regards, Sean -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Sean Liming Sent: Sunday, February

Re: [yocto] Trying to re-use sstate.

2012-02-05 Thread David Nyström
On 02/04/2012 05:51 AM, Scott Garman wrote: Hello, I'm trying to re-use the sstate from one build directory and move it to another. It's not working - bitbake is rebuilding *everything*. My hunch is the reason for this is because bblayers.conf must differ between the two build directories, beca