Re: [yocto] Where does the 'PN' is set.

2013-01-04 Thread Biao
At 2013-01-05 14:24:07,Biao wrote: At 2013-01-04 19:35:58,"Burton, Ross" wrote: >On 4 January 2013 11:34, Bill Traynor wrote: >>> I would like to know where does the so-called 'gather' exactly happens? >>> For example, does it mean the bitbake core get the 'PN = u-boot' by >>> cutting of the

Re: [yocto] Where does the 'PN' is set.

2013-01-04 Thread Biao
At 2013-01-04 19:35:58,"Burton, Ross" wrote: >On 4 January 2013 11:34, Bill Traynor wrote: >>> I would like to know where does the so-called 'gather' exactly happens? >>> For example, does it mean the bitbake core get the 'PN = u-boot' by >>> cutting of the name of 'u-boot_2011.03.bb'? > >If you

Re: [yocto] Host authenticity failures

2013-01-04 Thread Khem Raj
On 01/04/2013 06:50 PM, Stewart, David C wrote: Is this still a problem? From: , Christopher A mailto:christopher.a.thornb...@intel.com>> Date: Wednesday, January 2, 2013 2:48 PM To: "yocto@yoctoproject.org" mailto:yocto@yoctoproject.org>> Subject: [yocto] Host a

Re: [yocto] Host authenticity failures

2013-01-04 Thread Stewart, David C
Is this still a problem? From: , Christopher A mailto:christopher.a.thornb...@intel.com>> Date: Wednesday, January 2, 2013 2:48 PM To: "yocto@yoctoproject.org" mailto:yocto@yoctoproject.org>> Subject: [yocto] Host authenticity failures I’ve started getting the fol

Re: [yocto] Where does the 'PN' is set.

2013-01-04 Thread Biao
在 2013-01-04 19:34:10,"Bill Traynor" 写道: On Fri, Jan 4, 2013 at 1:53 AM, Biao wrote: Hi, In meta/conf/documentation.conf PN[doc] = "PN holds the name of the package (Package Name). It is gathered from the bitbake-file filename" I would like to know where does the so-called 'gather' exactl

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-04 Thread Alex J Lennon
> It should just be a matter of changing a few git revisions, and tweaking > the wording a bit to involve the new meta-yocto, meta-yocto-bsp split. > If anyone wishes to step up to the plate the source for this blog post > is available at [1] and I will happily accept patches. > Jack, I've tak

Re: [yocto] Bitbake and task offloading onto multiple cloud-based servers

2013-01-04 Thread Flanagan, Elizabeth
On Fri, Jan 4, 2013 at 2:47 PM, Alex J Lennon wrote: > On 04/01/2013 22:43, Mark Hatle wrote: >> On 1/4/13 2:56 PM, Alex J Lennon wrote: >>> >>> Can anybody advise on whether bitbake currently supports offloading of >>> build tasks onto multiple systems? Perhaps cloud based? >> >> I see Chris Lars

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Andrei Gherzan
On Fri, Jan 4, 2013 at 10:22 PM, Alex J Lennon < ajlen...@dynamicdevices.co.uk> wrote: > On 01/01/2013 17:34, ed nelson wrote: > > I am getting a do_fetch failure on raspberrypi kernel. Is anyone else > > having this problem? > > > > Build Configuration: > > BB_VERSION= "1.16.0" > > TARGE

Re: [yocto] Bitbake and task offloading onto multiple cloud-based servers

2013-01-04 Thread Alex J Lennon
On 04/01/2013 22:43, Mark Hatle wrote: > On 1/4/13 2:56 PM, Alex J Lennon wrote: >> >> Can anybody advise on whether bitbake currently supports offloading of >> build tasks onto multiple systems? Perhaps cloud based? > > I see Chris Larson has already answer the main question here.. but I've got

Re: [yocto] Bitbake and task offloading onto multiple cloud-based servers

2013-01-04 Thread Mark Hatle
On 1/4/13 2:56 PM, Alex J Lennon wrote: Can anybody advise on whether bitbake currently supports offloading of build tasks onto multiple systems? Perhaps cloud based? I see Chris Larson has already answer the main question here.. but I've got some additional insight I can add. I'm thinking

Re: [yocto] Bitbake and task offloading onto multiple cloud-based servers

2013-01-04 Thread Chris Larson
On Fri, Jan 4, 2013 at 2:17 PM, Alex J Lennon wrote: > Where would one start to look in the bitbake code to add this kind of > support in? > See the subclasses of RunQueueExecute in bb.runqueue, this is what executes the tasks. For an idea of how to implement opting in to a different class, see

Re: [yocto] Bitbake and task offloading onto multiple cloud-based servers

2013-01-04 Thread Alex J Lennon
On 04/01/2013 21:08, Chris Larson wrote: > > > On Fri, Jan 4, 2013 at 1:56 PM, Alex J Lennon > mailto:ajlen...@dynamicdevices.co.uk>> > wrote: > > Can anybody advise on whether bitbake currently supports offloading of > build tasks onto multiple systems? Perhaps cloud based? > > I'm

Re: [yocto] Bitbake and task offloading onto multiple cloud-based servers

2013-01-04 Thread Chris Larson
On Fri, Jan 4, 2013 at 1:56 PM, Alex J Lennon wrote: > Can anybody advise on whether bitbake currently supports offloading of > build tasks onto multiple systems? Perhaps cloud based? > > I'm thinking that it would be more efficient for me if I could bring up > a number of Amazon EC2 servers (or

[yocto] Bitbake and task offloading onto multiple cloud-based servers

2013-01-04 Thread Alex J Lennon
Can anybody advise on whether bitbake currently supports offloading of build tasks onto multiple systems? Perhaps cloud based? I'm thinking that it would be more efficient for me if I could bring up a number of Amazon EC2 servers (or similar) then have bitbake parallelise the build onto those ser

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Alex J Lennon
On 01/01/2013 17:34, ed nelson wrote: > I am getting a do_fetch failure on raspberrypi kernel. Is anyone else > having this problem? > > Build Configuration: > BB_VERSION= "1.16.0" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "raspberrypi" > DIS

Re: [yocto] cairo failed on openSUSE

2013-01-04 Thread Martin Jansa
On Thu, Jan 03, 2013 at 01:48:15PM +0100, Ronan Le Martret wrote: > - add libpng version 15 to configure.ac of cairo. (libpng12 confict.) Please follow: http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded And this belongs to oe-core ML. Cheers, -- Martin 'JaMa' Jansa jab

[yocto] cairo failed on openSUSE

2013-01-04 Thread Ronan Le Martret
- add libpng version 15 to configure.ac of cairo. (libpng12 confict.) -- Ronan Le Martret Intel Open Source Technology Center bug_cairo_png_version.patch Description: Binary data ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject

[yocto] [PATCH] fix build with automake-1.13.

2013-01-04 Thread Marko Lindqvist
Rename autoconf input file from deprecated name configure.in to configure.ac Replace AM_CONFIG_HEADER obsoleted in automake-1.13 with AC_CONFIG_HEADERS. Signed-off-by: Marko Lindqvist --- trunk/{configure.in => configure.ac} |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename trunk/

[yocto] Fix prelink build with automake-1.13

2013-01-04 Thread Marko Lindqvist
[PATCH] fix build with automake-1.13. Long obsolete AM_CONFIG_HEADER is completely removed from automake-1.13, which errors out upon seeing it. configure.in -> configure.ac rename is not strictly necessary yet, use of deprecated name still gives only warning. Problem in dropping obsolete construc

Re: [yocto] Fails to launch the hob

2013-01-04 Thread Barros Pena, Belen
We have updated the Hob Manual to include the required packages and screenshots of the 1.3 Hob https://www.yoctoproject.org/documentation/hob-manual Belen On 03/01/2013 23:11, "Zhang, Jessica" wrote: >Hi Belen, > >I'll modify the error message per suggestion. By looking at the existing >code,

Re: [yocto] [PATCH] latencytop: add sudo as runtime dependency

2013-01-04 Thread Maxin B. John
Hi Richard, On Fri, Jan 04, 2013 at 02:27:42PM +, Richard Purdie wrote: > On Fri, 2013-01-04 at 12:30 +0100, Maxin B. John wrote: > > From: "Maxin B. John" > > > > Latencytop needs superuser privileges. The latencytop plugin in > > eclipse invokes it as 'sudo latencytop'. So, it will be good

Re: [yocto] [PATCH] latencytop: add sudo as runtime dependency

2013-01-04 Thread Richard Purdie
On Fri, 2013-01-04 at 12:30 +0100, Maxin B. John wrote: > From: "Maxin B. John" > > Latencytop needs superuser privileges. The latencytop plugin in > eclipse invokes it as 'sudo latencytop'. So, it will be good to > include sudo as a runtime dependency. > > Signed-off-by: Maxin B. John > --- >

[yocto] [meta-ivi][PATCH 4/4] node-startup-controller: Use public repository

2013-01-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../node-startup-controller_1.0.1.bb |4 ++-- .../node-startup-controller_git.bb |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-extended/node-startup-controller/node-startup-controller_1.0.1.

[yocto] [meta-ivi][PATCH 3/4] xserver-xorg: Sync version with oe-core

2013-01-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- 13.0.bbappend => xserver-xorg_1.13.1.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-graphics/xorg-xserver/{xserver-xorg_1.13.0.bbappend => xserver-xorg_1.13.1.bbappend} (100%) diff --git a/recipes-graphics/xorg-xserver/xse

[yocto] [meta-ivi][PATCH 2/4] ofono: Sync version with oe-core

2013-01-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../{ofono_1.10.bbappend => ofono_1.12.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-connectivity/ofono/{ofono_1.10.bbappend => ofono_1.12.bbappend} (100%) diff --git a/recipes-connectivity/ofono/ofono_1.10.bbappend b/reci

[yocto] [meta-ivi][PATCH 1/4] MAINTAINERS: Add info about patch subject

2013-01-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- MAINTAINERS |1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4149537..373bdd1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2,6 +2,7 @@ This file contains a list of maintainers for the meta-ivi layer. Please submit any pa

Re: [yocto] Where does the 'PN' is set.

2013-01-04 Thread Burton, Ross
On 4 January 2013 11:34, Bill Traynor wrote: >> I would like to know where does the so-called 'gather' exactly happens? >> For example, does it mean the bitbake core get the 'PN = u-boot' by >> cutting of the name of 'u-boot_2011.03.bb'? If you want to know exactly where it happens, see bitbake.c

Re: [yocto] Where does the 'PN' is set.

2013-01-04 Thread Bill Traynor
On Fri, Jan 4, 2013 at 1:53 AM, Biao wrote: > Hi, > > In meta/conf/documentation.conf > PN[doc] = "PN holds the name of the package (Package Name). It is gathered > from the bitbake-file filename" > > I would like to know where does the so-called 'gather' exactly happens? > For example, does it m

[yocto] [meta-ivi][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-04 Thread Andrei Gherzan
Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Signed-off-by: Andrei Gherz

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Andrei Gherzan
Please submit a bug / contact github with the problem you found. And if you are so kind, please keep me posted. *Andrei Gherzan* mobile +40.744.478.414 fax +40.31.816.28.12 Email: and...@gherzan.ro Email: andrei.gher...@windriver.com Romania On Thu, Jan 3, 2013 at 4:49 PM, ed nelson wrote:

Re: [yocto] Fails to launch the hob

2013-01-04 Thread Barros Pena, Belen
Thanks, Jessica! I'll update the webpage. Belen On 03/01/2013 23:11, "Zhang, Jessica" wrote: >Hi Belen, > >I'll modify the error message per suggestion. By looking at the existing >code, seems we only check for GTK+ and PyGtk version, so probably I'll >drop PyGobject in the error message. So