Re: [yocto] rantthe current yocto FAQ is pretty much valueless/rant

2012-06-28 Thread Tomas Frydrych
Hi Koen, On 27/06/12 22:58, Koen Kooi wrote: I have no problem with poky-the-distro, I have a problem with poky-the-buildsystem. I warned mallum about this confusion years ago, but you know how stubborn he can be :) The Yocto naming confusion is entirely of Yocto making, nothing at all to do

Re: [yocto] LAMP layer

2012-06-28 Thread Paul Eggleton
On Wednesday 27 June 2012 11:01:09 Khem Raj wrote: On Wed, Jun 27, 2012 at 9:49 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: It's something I've been discussing with Joe MacDonald already. I think it's an either-or situation - the recipes will not need to be in both layers.

Re: [yocto] Web Hob - two additional design ideas

2012-06-28 Thread Barros Pena, Belen
Thanks, Dave. Cheers Belen On 27/06/2012 20:17, Stewart, David C david.c.stew...@intel.com wrote: Gang ­ there are a couple of ideas for Web Hob that we have talked about. I don't remember seeing them in the various movies and documents. So I'm going to throw them out there to get your

Re: [yocto] How to include libstdc++ in an image?

2012-06-28 Thread Paul Eggleton
On Tuesday 26 June 2012 19:22:20 maniacbug wrote: Hi. I am using denzil, trying to build a core-image-minimal with libstdc++ installed. I want to cross-develop in c++, and run the resulting apps on the image. For now, I am using qemu-arm as the machine. I've been able to build and run

[yocto] Looking for help in building a custom device tree based kernel

2012-06-28 Thread Andrew Wafaa
Aloha, I was wondering if someone could advise on how I would go about creating a custom device tree based kernel? I've created my meta-foo repo which includes my defconfig etc. The bit I'm stuck on is how I would create the steps that I would manually do, within Yocto. As in which files need

[yocto] Problem building custom tool-chain/SDK

2012-06-28 Thread Kilou Zelabia
Dear all, I'm trying to integrate a custom tool-chain/SDK in yocto, following steps found in  http://docs.openembedded.org/usermanual/html/commonuse_qte_sdk.html So I've written three recipes meta-toolchain-MINE.bb task-MINE-toolchain-host.bb task-MINE-toolchain-target.bb When building

Re: [yocto] is there a summary of the proper use of all yocto-related mailing lists?

2012-06-28 Thread Jeff Osier-Mixon
I do track the bitbake and oe-core mailing lists, but the Yocto Project does not host them. I can address this on the community page: http://www.yoctoproject.org/community/mailing-lists - that page should point to them. On Tue, Jun 19, 2012 at 9:26 AM, Tyler Jones tylerjone...@gmail.com wrote:

[yocto] Yocto and Qt embedded

2012-06-28 Thread Giovanni Foiani
Hi, This is my first post on this mailing list and I'm quite new to Yocto. I successfully built a distro using the latest release of hob, including Qt embedded (without X11). I wrote a Qt application and cross compiled for ARM on my host machine but when I deploy it on the device (a Freescale

Re: [yocto] Yocto and Qt embedded

2012-06-28 Thread Wolfgang Denk
Dear Giovanni, In message cansupap4h2ouz_4mckq8jmfm_grv_ccgcmfxzqagms7ty8b...@mail.gmail.com you wrote: This is my first post on this mailing list and I'm quite new to Yocto. I successfully built a distro using the latest release of hob, including Qt embedded (without X11). I wrote a Qt

Re: [yocto] Yocto and Qt embedded

2012-06-28 Thread Zhang, Jessica
Hi Giovanni, You need to build a matching toolchain. Either from command line do bitbake meta-toolchain-qte or through hob, under Settings, please make sure check Build Toolchain. Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org

Re: [yocto] How to include libstdc++ in an image?

2012-06-28 Thread maniacbug
Can anyone advise the appropriate way to inject libsdtc++ (and its dependencies) into a poky image?  Please note that I do not need to compile/link apps on the target, only run them. Adding libstdc++ to IMAGE_INSTALL should work - in fact I just tried it and it worked here (although I

[yocto] Beagleboard BSP on BeagleBone?

2012-06-28 Thread maniacbug
Apologies if this is the wrong list, should it be on meta-ti?   Does anyone here know if the yocto 'beagleboard' BSP works on the BeagleBone board? ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Beagleboard BSP on BeagleBone?

2012-06-28 Thread Jack Mitchell
On 28/06/2012 20:27, maniacbug wrote: Apologies if this is the wrong list, should it be on meta-ti? Does anyone here know if the yocto 'beagleboard' BSP works on the BeagleBone board? ___ yocto mailing list yocto@yoctoproject.org

[yocto] [PATCH 1/1] meta-cedartrail: add gstreamer-vaapi support

2012-06-28 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com enable gstreamer with vaapi based hardware acceleration Signed-off-by: Rahul Saxena rahul.sax...@intel.com --- meta-cedartrail/conf/machine/cedartrail.conf |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

[yocto] [PATCH 0/1][meta-intel] Cover letter for enabling gstreamer-vaapi in meta-cedartrail

2012-06-28 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com Cover letter for enabling gstreamer with vaapi based hardware acceleration Please pull into master branch. Signed-off-by: Rahul Saxena rahul.sax...@intel.com -- The following changes since commit 8f4eb72ee349858cf9b768c97aca70d82319f978:

[yocto] [meta-xilinx] util-linux: rename file to util-linux_2.21.2.bbappend

2012-06-28 Thread Elvis Dowson
* Rename util-linux bbaapend file to match recipe version provided in poky/meta/recipes-core/util-linux Signed-off-by: Elvis Dowson elvis.dow...@gmail.com --- recipes-core/util-linux/util-linux_2.21.1.bbappend |3 --- recipes-core/util-linux/util-linux_2.21.2.bbappend |3 +++ 2 files