Re: [yocto] Regarding offline build

2013-07-22 Thread Amit Kumar
Hi Mr. Lee Thanks for replay and suggesion to build Yocoto project offline. To build the Yocot Project offline, i have done the following- [1] Downloaded the Poky-.tar.bz2 [2] Untar it. and enter the poky dir. [3] execute the - source oe-init-build-env [4] edit the conf/local.conf file

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 revie

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

2013-07-22 Thread Elizabeth Flanagan
From: Beth Flanagan 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: poky-eglibc-arm-toolchain-gmae-1.4+snapshot-20130717.sh becomes: poky-eglibc-qe

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

2013-07-22 Thread Elizabeth Flanagan
From: Beth Flanagan 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: poky-eglibc-arm-toolchain-gmae-1.4+snapshot-20130717.sh becomes: poky-eglibc-qe

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

2013-07-22 Thread Flanagan, Elizabeth
Sorry for the multiple emails all. -b On Mon, Jul 22, 2013 at 3:00 PM, Elizabeth Flanagan wrote: > From: Beth Flanagan > > 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 MACHI

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

2013-07-22 Thread Elizabeth Flanagan
From: Beth Flanagan 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: poky-eglibc-arm-toolchain-gmae-1.4+snapshot-20130717.sh becomes: poky-eglibc-qe

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

2013-07-22 Thread Elizabeth Flanagan
From: Beth Flanagan 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: poky-eglibc-arm-toolchain-gmae-1.4+snapshot-20130717.sh becomes: poky-eglibc-qe

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

2013-07-22 Thread elizabeth . flanagan
From: Beth Flanagan 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: poky-eglibc-arm-toolchain-gmae-1.4+snapshot-20130717.sh becomes: poky-eglibc-qe

[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

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

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] 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 51c

[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 o

[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 yo

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

2013-07-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel - 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 Audiomanager (master) but required h