Re: [yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
On 2012-10-04 20:51, Paul Eggleton wrote: Hi Mihai, On Thursday 04 October 2012 20:47:08 Mihai Lindner wrote: Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all

Re: [yocto] The BitBake equivalent of Hello, World!

2012-10-05 Thread Richard Purdie
On Thu, 2012-10-04 at 20:00 -0700, Rudolf Streif wrote: Disclaimer: I am no Bitbake expert. I just put this together by rummaging through the Bitbake code for a couple of minutes. I am reasonably confident that what I am saying below is rather accurate but the Bitbake experts know better.

Re: [yocto] The BitBake equivalent of Hello, World!

2012-10-05 Thread Tomas Frydrych
Tasks must be Python functions. No, they can be shell functions too. Probably worth adding that if you are doing an _append() on a task function, you have to match the original function type. E.g., if you want to append a shell snippet to a python task function, you need to do

[yocto] [PATCH 0/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner

[yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner

Re: [yocto] eglibc fails to build

2012-10-05 Thread Szankin, Maciej
This is default configuration for poky-tiny and core-image-rt. Even with no changes to default configuration it fails to build. -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Thursday, October 04, 2012 1:03 PM To: Szankin, Maciej Cc:

Re: [yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Richard Purdie
On Fri, 2012-10-05 at 14:20 +0300, Mihai Lindner wrote: Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same.

[yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner

Re: [yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
On 2012-10-05 14:51, Richard Purdie wrote: On Fri, 2012-10-05 at 14:20 +0300, Mihai Lindner wrote: Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in

[yocto] Making recipes depend on specific layers

2012-10-05 Thread Philip Balister
I run into problems (typically with BSP layers) where I want the layer to build only against oe-core, but I also would like to have recipes that depend on other layers. Typically, a complex image that uses packages built from other layers. Now, I could just make a shim layer that contains the

Re: [yocto] Making recipes depend on specific layers

2012-10-05 Thread Tomas Frydrych
Hi, On 05/10/12 14:58, Philip Balister wrote: I run into problems (typically with BSP layers) where I want the layer to build only against oe-core, but I also would like to have recipes that depend on other layers. Typically, a complex image that uses packages built from other layers. Not

[yocto] HTTP-accessible poky repo?

2012-10-05 Thread Evade Flow
I'd like to track yocto development more closely, but I'm stuck behind a restrictive HTTP-only firewall all day at work. Is there an official (or unofficial-but-up-to-date), HTTP-accessible mirror of git://git.yoctoproject.org/poky.git I can clone from? I can create a clone on github and run

[yocto] Yocto Project 1.3 beta feedback

2012-10-05 Thread Andrea Galbusera
Below you can find my answers to the Yocto Project 1.3 beta testing survey. Regards, Andrea Experience survey of using Yocto 1.3 Q: Which architecture did you choose to build? A: qemuppc, beagleboard Q: How easily were you able to build an image and boot an image? A: Quite easily. I also

Re: [yocto] Yocto Project 1.3 beta feedback

2012-10-05 Thread Rifenbark, Scott M
Andrea, Thanks for the detailed feedback on the YP documentation. Agree that it is difficult to meet the needs of the wide group of users and that it is difficult to have the released documentation match that of the latest from the website. The latest documentation is always under

Re: [yocto] [PATCH 0/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Tom Zanussi
On Fri, 2012-10-05 at 14:20 +0300, Mihai Lindner wrote: Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same.

Re: [yocto] [PATCHv2 1/1] crownbay.conf: add kernel parameters for EMGD video acceleration

2012-10-05 Thread Kamble, Nitin A
-Original Message- From: Hart, Darren Sent: Thursday, October 04, 2012 3:34 PM To: Kamble, Nitin A Cc: Zanussi, Tom; yocto@yoctoproject.org Subject: Re: [PATCHv2 1/1] crownbay.conf: add kernel parameters for EMGD video acceleration On 10/04/2012 03:23 PM,

[yocto] [PATCHv3 0/1] meta-intel misc commits

2012-10-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Updated the kernel command line for crownbay BSP, after discussions with Darren. Thanks, Nitin The following changes since commit 7228f6b0c81817c8a8455ea78271abfd5d66fed8: meta-tlk: fix ignored SRC_URI appends (2012-10-05 14:47:55 -0500) are

[yocto] [PATCHv3 1/1] crownbay.conf: add kernel parameters for EMGD video acceleration

2012-10-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This is recommended in the EMGD User Guide. My understanding is that, the emgd kernel driver need to allocate memory dynamically, and the vmalloc=256MB parameter ensures enough will be available for the driver. Signed-off-by: Nitin A Kamble