[yocto] [danny] multilib ends up with multiple provider error for virtual/lib32-libintl

2012-10-04 Thread Khem Raj
Hi On danny branch I am seeing below error when multilib is enabled for x86-64 anyone seen it ? ERROR: Multiple .bb files are due to be built which each provide virtual/lib32-libintl (virtual:multilib:lib32:/work/yocto/poky/meta/recipes-core/eglibc/eglibc_2.16.bb

Re: [yocto] [Poky] Baking core-image-minimal with Poky from Master fails with libffi dependency

2012-10-04 Thread Andrei Gherzan
There were some issues with libffi while updating the package. Maybe some bumps were missed. So: 1. This is not new build. In this case a pull on master should fix it. I think I saw some pr bumps sent as patch. 2. If 1. won't work, recompile libowl si libclutter as a workaround. ag On Oct 4,

Re: [yocto] [Poky] Baking core-image-minimal with Poky from Master fails with libffi dependency

2012-10-04 Thread Martin Jansa
On Thu, Oct 04, 2012 at 09:43:58AM +0300, Andrei Gherzan wrote: There were some issues with libffi while updating the package. Maybe some bumps were missed. So: 1. This is not new build. In this case a pull on master should fix it. I think I saw some pr bumps sent as patch. Yes but I did PR

[yocto] eglibc fails to build

2012-10-04 Thread Szankin, Maciej
Hi, I'm having a hard time building yocto. I'm trying to build a tiny-poky / core-image-rt , but it doesn't even matter as in every configuration it just fails on eglibc. Target architecture is x86. I will keep it clean so the error log returned by build is here - http://pastebin.com/RNv5u8H8 I

[yocto] [PATCH] gypsy: removed dependencies in meta-yocto

2012-10-04 Thread Andrei Dinu
removed all the depenencies of gypsy in meta-yocto. Signed-off-by: Andrei Dinu andrei.adrianx.d...@intel.com --- meta-yocto/conf/distro/include/maintainers.inc |1 - .../distro/include/poky-floating-revisions.inc |1 - 2 files changed, 2 deletions(-) diff --git

Re: [yocto] eglibc fails to build

2012-10-04 Thread Richard Purdie
On Thu, 2012-10-04 at 10:02 +, Szankin, Maciej wrote: Hi, I’m having a hard time building yocto. I’m trying to build a tiny-poky / core-image-rt , but it doesn’t even matter as in every configuration it just fails on eglibc. Target architecture is x86. I will keep it clean so the

[yocto] Python-installation on target (qemuppc) image ....

2012-10-04 Thread Jonas Jonsson L
Hi, I'm trying to get a working python on a 'core-image-minimal' type of image but with no luck. Loads of stuff from the standard python library aren't installed on the target (qemuppc), as an example I can't run 'python-config' since the 'distutils'-module isn't available. I need the

Re: [yocto] Python-installation on target (qemuppc) image ....

2012-10-04 Thread Gary Thomas
On 2012-10-04 06:27, Jonas Jonsson L wrote: Hi, I'm trying to get a working python on a 'core-image-minimal' type of image but with no luck. Loads of stuff from the standard python library aren't installed on the target (qemuppc), as an example I can't run 'python-config' since the

[yocto] [RFCv2 2/3] feature/sdk: Added user doc plugin

2012-10-04 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de The added doc plugin org.yocto.sdk.ide.doc.user will provide help contents for this feature (e.g help documents, cheat sheets). --- features/org.yocto.sdk/feature.xml |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git

[yocto] [RFCv2 1/3] plugins/sdk.ide.doc.user: Added plugin for ide specific user help

2012-10-04 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de This currently empty plugin will in the future contain yocto ide specific user help documents such as eclipse help documents or cheat sheets. --- plugins/org.yocto.sdk.ide.doc.user/.classpath |6

[yocto] [RFCv2 0/3] [eclipse-poky] Cheat sheet for hello world project

2012-10-04 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de Hi Jessica, Please excuse my late reaction, but I was on vacation in August and had some high-priority organisational issues at work in Septmeber. I improved the cheat sheet accroding to your feedback. I used conditional subitems to make it both

[yocto] [RFCv2 3/3] plugins/sdk.ide.doc.user: Added cheat sheet for hello world project

2012-10-04 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de The cheat sheet added provides an interactive tutorial for creating and building the 'Hello World C++ Autotools Project' provided with the yocto ide. The tutorial starts of by configuring the yocto project settings and then guides the user through the

[yocto] [opkg-utils][PATCH 0/1] opkg-make-index: small fix for filelist

2012-10-04 Thread Martin Jansa
The following changes since commit 423ecd36b4782327c16f516885d1248249c7724a: Changed call to subprocess.check_output which isn't compatible with Python 2.6 (2012-06-19 08:34:48 +0100) are available in the git repository at: git://github.com/shr-project/opkg-utils master

[yocto] [opkg-utils][PATCH 1/1] opkg-make-index: fix mis-indented else:

2012-10-04 Thread Martin Jansa
From: Marc Olzheim m...@iphion.nl Signed-off-by: Martin Jansa martin.ja...@gmail.com --- opkg-make-index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opkg-make-index b/opkg-make-index index 1c3a8e1..44fa64d 100755 --- a/opkg-make-index +++ b/opkg-make-index @@ -213,7

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

2012-10-04 Thread Patrick Turley
That is excellent news. I very much look forward to seeing that. On Oct 3, 2012, at 6:03 PM, Rudolf Streif rudolf.str...@linux.commailto:rudolf.str...@linux.com wrote: Hi Patrick, I think I understand what you are looking for. I created this Bitbake Hello World for a training class. It just

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

2012-10-04 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-04 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] Building crownbay from master

2012-10-04 Thread Jim Abernathy
I successfully build the meta-crownbay BSP using the latest pull from master branch. I did get some warning, that I wonder what they mean or the significance of them: NOTE: preferred version 7.11 of mesa-dri not available (for item virtual/libgl) NOTE: versions of mesa-dri available: 2:8.0.4

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

2012-10-04 Thread Rudolf Streif
[Warning: lengthy post, and probably boring to most.] My Bitbake Hello World is a little more than a basic Hello World. It's idea is to incorporate a layer and use a structure similar to what OE and Yocto are using. You can do it simpler if you want to. I did this a while ago with Bitbake 1.12.0.

Re: [yocto] [Poky] Baking core-image-minimal with Poky from Master fails with libffi dependency

2012-10-04 Thread Rudolf Streif
I eventually had to clean out the sstate-cache to make it work. Not a big deal and not probably not worth any further investigation. Thanks for helping. :rjs On Thu, Oct 4, 2012 at 1:22 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Oct 04, 2012 at 09:43:58AM +0300, Andrei Gherzan

[yocto] log

2012-10-04 Thread Jim Abernathy
Build Configuration: BB_VERSION= 1.16.0 TARGET_ARCH = i586 TARGET_OS = linux MACHINE = crownbay DISTRO= poky DISTRO_VERSION= 1.2+snapshot-20121004 TUNE_FEATURES = m32 core2 TARGET_FPU= meta meta-yocto meta-yocto-bsp

Re: [yocto] log

2012-10-04 Thread Jim Abernathy
On 10/04/2012 03:15 PM, Jim Abernathy wrote: Build Configuration: BB_VERSION= 1.16.0 TARGET_ARCH = i586 TARGET_OS = linux MACHINE = crownbay DISTRO= poky DISTRO_VERSION= 1.2+snapshot-20121004 TUNE_FEATURES = m32 core2 TARGET_FPU= meta

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

2012-10-04 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here is a commit to add a kernel parameter to crownbay BSP. It is recommended in the EMGD 1.14 User Guide for video acceleration with the EMGD driver. Darren, Other EMGD based BSPs like FRI2 sys940x should add the vmalloc=256MB kernel parameter

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

2012-10-04 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This is recommended in the EMGD User Guide. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta-crownbay/conf/machine/crownbay.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [yocto] [Poky] Baking core-image-minimal with Poky from Master fails with libffi dependency

2012-10-04 Thread Rudolf Streif
hmmm clearing sstate generally should not be needed. I wonder if there is something to fix here but now you have blown up you cache :) Fair enough. Hindsight. I should have moved it. There will be a next time ___ yocto mailing list

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

2012-10-04 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This is recommended in the EMGD User Guide. My understanding is 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

Re: [yocto] [PATCH 0/1] meta-intel misc commits

2012-10-04 Thread Kamble, Nitin A
-Original Message- From: Hart, Darren Sent: Thursday, October 04, 2012 3:14 PM To: Kamble, Nitin A Cc: Zanussi, Tom; yocto@yoctoproject.org Subject: Re: [PATCH 0/1] meta-intel misc commits I'm familiar with the user-guide and have read through it. What I'm saying is that there

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

2012-10-04 Thread Darren Hart
On 10/04/2012 03:23 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This is recommended in the EMGD User Guide. My understanding is the emgd kernel driver need to allocate memory dynamically, and the vmalloc=256MB parameter ensures enough will be

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

2012-10-04 Thread Patrick Turley
*Very* helpful stuff. I have re-created the tree you described, and everything seems to work. In particular, bitbake-layers seems happy. I tried executing it against BitBake 1.12.0 and it succeeded. FYI, it failed against the current BitBake master, which is 1.16.0. I have some additional

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

2012-10-04 Thread Rudolf Streif
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. Indeed it is. One of my first tasks will be to *remove* as

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

2012-10-04 Thread Rudolf Streif
And one final question: Have I been putting this on the wrong mailing list? Kind of, but you would not have gotten my response because I do not subscribe to bitbake-devel :) :rjs ___ yocto mailing list yocto@yoctoproject.org

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

2012-10-04 Thread Rudolf Streif
And one final question: Have I been putting this on the wrong mailing list? Possibly, kind of, but you would not have gotten my response because I do not follow to bitbake-devel :) :rjs ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] How do you release distros produced with Yocto? How should I?

2012-10-04 Thread Venkata ramana gollamudi
On Tue, Oct 02, 2012 at 12:43:27PM -0400, Jerrod Peach wrote: I was thinking about doing something very close to that in actual Yocto, except I'd store only the revisions/branches that were different from what the bb file prescribed in local.conf. I ran that idea by a couple of colleagues