[yocto] One question about taskdata and runqueue

2012-02-27 Thread Xu, Dongxiao
Hi list, If I have two recipes, see following. Both of them provides virtual/test and has package named test-test, the only difference is the RDEPENDS of the package test-test. test-a_1.0.bb PROVIDES = virtual/test PACKAGES = test-test # Assume that the abcd package are provided by recipe

Re: [yocto] Yocto Project Quick Start Feedback

2012-02-27 Thread Rifenbark, Scott M
Good suggestion. -Original Message- From: Barros Pena, Belen Sent: Monday, February 27, 2012 6:02 AM To: Rifenbark, Scott M; William Mills Cc: Abbas, Mohamed; Yocto Project; Darren Hart; Perez-Gonzalez, Inaky; Purdie, Richard Subject: Re: [yocto] Yocto Project Quick Start Feedback Hi

Re: [yocto] Yocto Project Quick Start Feedback

2012-02-27 Thread Barros Pena, Belen
Thanks, Scott. Do you know who manages the CMS? I guess that's the person who could add the GA script to the page. Cheers Belen On 27/02/2012 15:00, Rifenbark, Scott M scott.m.rifenb...@intel.com wrote: Good suggestion. -Original Message- From: Barros Pena, Belen Sent: Monday,

Re: [yocto] Yocto Project Quick Start Feedback

2012-02-27 Thread Rifenbark, Scott M
I notified the person here that should know how to do that stuff. Thanks, Scott -Original Message- From: Barros Pena, Belen Sent: Monday, February 27, 2012 9:23 AM To: Rifenbark, Scott M; William Mills Cc: Abbas, Mohamed; Yocto Project; Darren Hart; Perez-Gonzalez, Inaky; Purdie,

Re: [yocto] [glib]glib-2.0 install fail

2012-02-27 Thread Richard Purdie
On Mon, 2012-02-27 at 13:06 +0800, Ni Qingliang wrote: Hi, All: after latest update, the glib-2.0 install fail with err info: rmdir: failed to remove `.../tmp/work/x86_64-linux/glib-2.0-native-1_2.30.2-r6/image/.../tmp/sysroots/x86_64-linux/usr/lib/gio/modules/': Directory not empty I

[yocto] uclibc elfutils

2012-02-27 Thread John Toomey
Hello all, I'm having some difficulty building elfutils (required by gdb) and I think its relating to the fact that im using uclibc. NOTE: package elfutils-0.148-r5: task do_compile: Started ERROR: Function failed: do_compile (see

Re: [yocto] uclibc elfutils

2012-02-27 Thread Khem Raj
On Mon, Feb 27, 2012 at 8:35 AM, John Toomey john.too...@linux.intel.com wrote: Hello all, I'm having some difficulty building elfutils (required by gdb) and I think its relating to the fact that im using uclibc. Yes elfutils has some glibc kinship unfortunately which is hard to untangle.

Re: [yocto] Yocto Project Quick Start Feedback

2012-02-27 Thread Osier-mixon, Jeffrey
As this page is regenerated each time the document changes, we'll need to find a way to add the script to the source so it isn't simply overwritten. Scott, I'll ping you separately to describe how to do this. On Mon, Feb 27, 2012 at 7:27 AM, Rifenbark, Scott M scott.m.rifenb...@intel.com wrote:

Re: [yocto] Yocto Project Quick Start Feedback

2012-02-27 Thread Rifenbark, Scott M
Jeff, Sounds good. From: Osier-mixon, Jeffrey [mailto:jeffrey.osier-mi...@intel.com] Sent: Monday, February 27, 2012 12:01 PM To: Rifenbark, Scott M Cc: Barros Pena, Belen; William Mills; Abbas, Mohamed; Yocto Project; Darren Hart; Perez-Gonzalez, Inaky; Purdie, Richard Subject: Re: [yocto]

[yocto] [KERNEL] [PATCH 0/1] Add PVR feature for Cedartrail

2012-02-27 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Hi, This is a new feature added to enable PVR for the Cedartrail BSP in the kernel. Please pull into meta/cfg/kernel-cache/cfg for both linux-yocto-3.0 and linux-yocto-3.2 . Thanks Kishore. The following changes since commit

[yocto] [KERNEL] [PATCH 1/1] enable pvr features.

2012-02-27 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Cedartrail has pvr kernel features enable it. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- meta/cfg/kernel-cache/cfg/drm-cdvpvr.cfg |9 + meta/cfg/kernel-cache/cfg/drm-cdvpvr.scc |1 + 2 files changed, 10 insertions(+),

Re: [yocto] [KERNEL][PATCH 1/1] enable pvr features.

2012-02-27 Thread Bodke, Kishore K
Ok. I sent a new pull request after removing the merge line. Thanks Kishore. -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Sunday, February 26, 2012 9:26 PM To: Bodke, Kishore K Cc: yocto@yoctoproject.org Subject: Re: [KERNEL][PATCH 1/1] enable pvr

Re: [yocto] adt-installer: cannot install package autoconf-nativesdk

2012-02-27 Thread Joshua Lock
On 25/02/12 01:41, Andrea Galbusera wrote: Hi Joshua, On Sat, Feb 25, 2012 at 3:08 AM, Joshua Lockj...@linux.intel.com wrote: Hi Andrea, On 24/02/12 05:40, Andrea Galbusera wrote: The installer was built against the latest version of its recipe as per commit

Re: [yocto] One question about taskdata and runqueue

2012-02-27 Thread Xu, Dongxiao
On Mon, 2012-02-27 at 16:19 +, Richard Purdie wrote: On Mon, 2012-02-27 at 21:51 +0800, Xu, Dongxiao wrote: Hi list, If I have two recipes, see following. Both of them provides virtual/test and has package named test-test, the only difference is the RDEPENDS of the package