[yocto] [PATCH] [meta-ivi] audiomanager: Fix runtime exception from AmNodeStateCommunicatorTest

2013-07-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Fixed data type issues - Fixed some error log messages - Modified the way for reading XML file - Explicitly type cast the variables before sending message to sendLifeCycleRequest interface - This commit has been merged into upstream

[yocto] bitbake -c populate_sdk -v poky-image

2013-07-22 Thread Navani Srivastava
Hi, I want to build meta-toolchain-qte.bb as sdk while running bitbake -c populate_sdk -v core-image-minimal .. Please suggest what changes need to be done to provide this feature? Thanks and Regards Navani Kamal Srivastava ___ yocto mailing list

[yocto] Problems building different versions of perl

2013-07-22 Thread Gary Thomas
In an effort to understand my problem (code built using Poky/Yocto doesn't run but the same code built natively on a BeagleBoneBlack running Angstrom does), I want to try a previous version of perl. I picked up the recipes from the Poky/Yocto tree rev 51cbb5ae7 (5.14.2-r12) and put them in one

Re: [yocto] Problems building different versions of perl

2013-07-22 Thread Gary Thomas
On 2013-07-22 05:33, Gary Thomas wrote: In an effort to understand my problem (code built using Poky/Yocto doesn't run but the same code built natively on a BeagleBoneBlack running Angstrom does), I want to try a previous version of perl. I picked up the recipes from the Poky/Yocto tree rev

Re: [yocto] Regarding offline build

2013-07-22 Thread Lee_Ballard
Here are the lines in our local.conf that make it work. If you want you can use a local http mirror instead of file. DL_DIR ?= ${TOPDIR}/tmp/downloads-keepout SSTATE_DIR ?= ${TOPDIR}/sstate-cache # we build on isolated network, so disable all network access #don't really disable all network,

Re: [yocto] Enabling SFTP on libcurl package

2013-07-22 Thread Paul Eggleton
On Friday 19 July 2013 16:09:03 Saddam Quirem wrote: In the curl recipe, I changed these lines: DEPENDS = zlib gnutls --without-libssh2 \ To this: DEPENDS = zlib gnutls libssh2 --with-libssh2=${STAGING_LIBDIR} \ I'm using poky-dylan w/ Freesacale ARM BSP. There were no

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, July 23, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-07-22 Thread Liu, Song
Agenda: * Opens collection - 5 min (Song) * Yocto 1.5 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status * SWAT team rotation: Beth - Paul * Opens - 10 min * Team Sharing - 20 min -Original Appointment- We encourage people attending the meeting to

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, July 23, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-07-22 Thread Liu, Song
Agenda: * Opens collection - 5 min (Song) * Yocto 1.5 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status * SWAT team rotation: Beth - Paul * Opens - 10 min * Team Sharing - 20 min -Original Appointment- We encourage people attending the meeting to

[yocto] [PATCH] poky.conf: Change SDK_NAME to include machine

2013-07-22 Thread elizabeth . flanagan
From: Beth Flanagan elizabeth.flana...@intel.com When building for multiple arches, you can tromp all over the toolchain that lives in the deploy directory as the naming is not granular enough. This patch adds MACHINE to the SDK_NAME so that:

[yocto] [PATCH] poky.conf: Change SDK_NAME to include machine

2013-07-22 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com When building for multiple arches, you can tromp all over the toolchain that lives in the deploy directory as the naming is not granular enough. This patch adds MACHINE to the SDK_NAME so that:

[yocto] [PATCH] poky.conf: Change SDK_NAME to include machine

2013-07-22 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com When building for multiple arches, you can tromp all over the toolchain that lives in the deploy directory as the naming is not granular enough. This patch adds MACHINE to the SDK_NAME so that:

[yocto] [PATCH] poky.conf: Change SDK_NAME to include machine

2013-07-22 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com When building for multiple arches, you can tromp all over the toolchain that lives in the deploy directory as the naming is not granular enough. This patch adds MACHINE to the SDK_NAME so that:

Re: [yocto] [RFC] Binary Configuration support design

2013-07-22 Thread Saul Wold
On 07/18/2013 06:57 AM, Venkata ramana gollamudi wrote: Hi, I have intiated few discussions earlier to support binary configuration tool, which allows configuration of post built binaries to generate custom image, without a need to rebuild from source. Ramana: I am starting to