[yocto] Waylandsink creating new video window and not destroying previous open window.

2014-09-23 Thread Meenakumari Shedole
Hi All. I am using waylandsink element in my arm based target. Gstreamer constructed Video Pipe is working with waylandsink but every time waylandsink is creating new video window also waylandsink is not destroying the existing video windows. Can you please help me to solve this issue. Thank

Re: [yocto] Integration of custom recipe with SDK

2014-09-23 Thread Navani Srivastava
I corrected FILES_${PN} and added following in my image recipe- QTNAME = "qte" QT_DIR_NAME = "qtopia" require recipes-qt/meta/meta-toolchain-qt.bb but that didn't make any difference related to SDK integration. On executing 'bitbake -v ', it is generating rootfs and sdk, in which contains rootfs c

[yocto] [PATCH][meta-selinux] dhcp: remove the unrecognised without-selinux configuration warning

2014-09-23 Thread rongqing.li
From: "Roy.Li" dhcp 4.3 has no selinux related configuration options, but it needs the correct initscript when SELinux is enabled, so inherit selinux, not inherit with-selinux Signed-off-by: Roy.Li --- recipes-connectivity/dhcp/dhcp_4.3.0.bbappend |2 +- 1 file changed, 1 insertion(+), 1 d

Re: [yocto] [PATCH] ARM: Headfull JVM added.

2014-09-23 Thread Daniel Hilst Selli
On 09/23/2014 04:43 PM, Daniel Hilst SellI wrote: I've added the headful version of the JVM. Also, I'm suggesting a new way of fetching. Since Oracle forces it's users to go to its website and accept the aggrement, non-human fetching is aways hack and error prone. What I sugest is that the build

[yocto] [PATCH] ARM: Headfull JVM added.

2014-09-23 Thread Daniel Hilst SellI
I've added the headful version of the JVM. Also, I'm suggesting a new way of fetching. Since Oracle forces it's users to go to its website and accept the aggrement, non-human fetching is aways hack and error prone. What I sugest is that the build system ask for the user to visit the website, downl

[yocto] [PATCH 11/13] ProvisionGoogleVM.py: Rename to ProvisionGoogleVMs.py

2014-09-23 Thread california . l . sullivan
From: California Sullivan This can provision multiple VMs at once. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/ProvisionGoogleVM.py| 86 -- .../autobuilder/buildsteps/ProvisionGoogleVMs.py | 86 ++ 2 files changed, 86 insertio

[yocto] [PATCH 10/13] DeleteGoogleVM.py: Rename to DeleteGoogleVMs.py

2014-09-23 Thread california . l . sullivan
From: California Sullivan It can delete multiple at once if multiple were created at once. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/DeleteGoogleVM.py | 52 -- .../autobuilder/buildsteps/DeleteGoogleVMs.py | 52 ++ 2 fi

[yocto] [PATCH 13/13] ProvisionGoogleVMs.py: Delete VM before trying to provision it.

2014-09-23 Thread california . l . sullivan
From: California Sullivan In the case that somebody turned off a build before it completed, the buildstep would attempt and fail to procure a new VM, failing the build. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/ProvisionGoogleVMs.py | 16 ++-- 1 file

[yocto] [PATCH 12/13] REAMDE-GOOGLE-CLOUD: Update documentation to be more specific.

2014-09-23 Thread California Sullivan
Signed-off-by: California Sullivan --- README-GOOGLE-CLOUD | 46 ++ 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/README-GOOGLE-CLOUD b/README-GOOGLE-CLOUD index 30bf5b6..34c80a9 100644 --- a/README-GOOGLE-CLOUD +++ b/README-GOOGLE-CLO

[yocto] [PATCH 10/13] DeleteGoogleVM.py: Rename to DeleteGoogleVMs.py

2014-09-23 Thread California Sullivan
It can delete multiple at once if multiple were created at once. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/DeleteGoogleVM.py | 52 -- .../autobuilder/buildsteps/DeleteGoogleVMs.py | 52 ++ 2 files changed, 52 insertions(+

[yocto] [PATCH 13/13] ProvisionGoogleVMs.py: Delete VM before trying to provision it.

2014-09-23 Thread California Sullivan
In the case that somebody turned off a build before it completed, the buildstep would attempt and fail to procure a new VM, failing the build. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/ProvisionGoogleVMs.py | 16 ++-- 1 file changed, 10 insertions(+),

Re: [yocto] How to include static library and headers in sdk

2014-09-23 Thread Matt Schuckmann
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Tuesday, September 23, 2014 11:12 AM > To: Matt Schuckmann > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] How to include static library and headers in sdk > > On Tuesday 23 September 2014 10:57

Re: [yocto] How to include static library and headers in sdk

2014-09-23 Thread Paul Eggleton
On Tuesday 23 September 2014 10:57:21 Matt Schuckmann wrote: > > -Original Message- > > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > > Sent: Tuesday, September 23, 2014 10:26 AM > > To: Matt Schuckmann > > Cc: yocto@yoctoproject.org > > Subject: Re: [yocto] How to include st

Re: [yocto] Update recipe file to avoid conflict with other dependant packages

2014-09-23 Thread harsh jain
Thanks I got the variable in congiguration file On 22 Sep 2014 15:02, "Burton, Ross" wrote: > > On 22 September 2014 07:52, harsh jain wrote: > > Given below logs message when I tried with python 2.7.4 > > > > NOTE: Resolving any missing task queue dependencies > > NOTE: preferred version 2.

Re: [yocto] How to include static library and headers in sdk

2014-09-23 Thread Matt Schuckmann
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Tuesday, September 23, 2014 10:26 AM > To: Matt Schuckmann > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] How to include static library and headers in sdk > > On Tuesday 23 September 2014 10:21

Re: [yocto] How to include static library and headers in sdk

2014-09-23 Thread Paul Eggleton
On Tuesday 23 September 2014 10:21:44 Matt Schuckmann wrote: > > -Original Message- > > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > > Sent: Tuesday, September 23, 2014 9:54 AM > > To: Matt Schuckmann > > Cc: yocto@yoctoproject.org > > Subject: Re: [yocto] How to include sta

Re: [yocto] [PATCH 01/13] buildsteps: Add ProvisionGoogleVM.py

2014-09-23 Thread California Sullivan
See https://bugzilla.yoctoproject.org/show_bug.cgi?id=5975 On Tue, Sep 23, 2014 at 10:13 AM, wrote: > From: California Sullivan > > This build step provisions a Google VM using the gcloud command line tool. > > Signed-off-by: California Sullivan > --- > .../autobuilder/buildsteps/ProvisionGoo

[yocto] [PATCH 05/13] yocto-autobuilder-setup: Fix quotes in worker-init setup

2014-09-23 Thread californialsullivan
From: California Sullivan Mixed single and double quotes on accident. Fixed. Signed-off-by: California Sullivan --- yocto-autobuilder-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yocto-autobuilder-setup b/yocto-autobuilder-setup index a74d033..a71bda0 100644 --

[yocto] [PATCH 11/13] ProvisionGoogleVM.py: Rename to ProvisionGoogleVMs.py

2014-09-23 Thread californialsullivan
From: California Sullivan This can provision multiple VMs at once. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/ProvisionGoogleVM.py| 86 -- .../autobuilder/buildsteps/ProvisionGoogleVMs.py | 86 ++ 2 files changed, 86 insertio

[yocto] [PATCH 04/13] yocto-autobuilder-setup: Add address and host replacement for worker-init

2014-09-23 Thread californialsullivan
From: California Sullivan The first time the config is successfully ran the worker-init script will also be fixed to use info from this host and autobuilder instance. Signed-off-by: California Sullivan --- yocto-autobuilder-setup | 4 1 file changed, 4 insertions(+) diff --git a/yocto-au

[yocto] [PATCH 07/13] README-GOOGLE-CLOUD: initial commit

2014-09-23 Thread californialsullivan
From: California Sullivan Goes over some limitations and gives an example of how to use it. Signed-off-by: California Sullivan --- README-GOOGLE-CLOUD | 54 + 1 file changed, 54 insertions(+) create mode 100644 README-GOOGLE-CLOUD diff --gi

[yocto] [PATCH 03/13] bin: add worker-init script

2014-09-23 Thread californialsullivan
From: California Sullivan This script takes a fresh debian VM and completely sets it up and starts a worker, and connects it to the controller. It is to be used by the ProvisionGoogleVM build step. Signed-off-by: California Sullivan --- bin/worker-init | 39

[yocto] [PATCH 08/13] ProvisionGoogleVM.py: startup script now looks in bin directory of autobuilder.

2014-09-23 Thread californialsullivan
From: California Sullivan Signed-off-by: California Sullivan --- .../site-packages/autobuilder/buildsteps/ProvisionGoogleVM.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps/ProvisionGoogleVM.py b/lib/python2.7

[yocto] [PATCH 06/13] yocto-autobuilder-setup: add host address to worker-init setup script

2014-09-23 Thread californialsullivan
From: California Sullivan Signed-off-by: California Sullivan --- yocto-autobuilder-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/yocto-autobuilder-setup b/yocto-autobuilder-setup index a71bda0..615deb4 100644 --- a/yocto-autobuilder-setup +++ b/yocto-autobuilder-setup @@ -60,6 +60,7

[yocto] [PATCH 02/13] buildsteps: add DeleteGoogleVM.py build step.

2014-09-23 Thread californialsullivan
From: California Sullivan This build step deletes the Google VMs created in the previous ProvisionGoogleVM build step using Google's gcloud command line tool. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/DeleteGoogleVM.py | 52 ++ 1 file changed,

[yocto] [PATCH 01/13] buildsteps: Add ProvisionGoogleVM.py

2014-09-23 Thread californialsullivan
From: California Sullivan This build step provisions a Google VM using the gcloud command line tool. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/ProvisionGoogleVM.py| 85 ++ 1 file changed, 85 insertions(+) create mode 100644 lib/python2.7/site-p

Re: [yocto] How to include static library and headers in sdk

2014-09-23 Thread Matt Schuckmann
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Tuesday, September 23, 2014 9:54 AM > To: Matt Schuckmann > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] How to include static library and headers in sdk > > On Tuesday 23 September 2014 09:43:55

[yocto] [PATCH 13/13] ProvisionGoogleVMs.py: Delete VM before trying to provision it.

2014-09-23 Thread californialsullivan
From: California Sullivan In the case that somebody turned off a build before it completed, the buildstep would attempt and fail to procure a new VM, failing the build. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/ProvisionGoogleVMs.py | 16 ++-- 1 file

[yocto] [PATCH 12/13] REAMDE-GOOGLE-CLOUD: Update documentation to be more specific.

2014-09-23 Thread californialsullivan
From: California Sullivan Signed-off-by: California Sullivan --- README-GOOGLE-CLOUD | 46 ++ 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/README-GOOGLE-CLOUD b/README-GOOGLE-CLOUD index 30bf5b6..34c80a9 100644 --- a/README-GOOGLE-C

[yocto] [PATCH 10/13] DeleteGoogleVM.py: Rename to DeleteGoogleVMs.py

2014-09-23 Thread californialsullivan
From: California Sullivan It can delete multiple at once if multiple were created at once. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/DeleteGoogleVM.py | 52 -- .../autobuilder/buildsteps/DeleteGoogleVMs.py | 52 ++ 2 fi

[yocto] [PATCH 09/13] ProvisionGoogleVM.py: Fix metadata's input name.

2014-09-23 Thread californialsullivan
From: California Sullivan Signed-off-by: California Sullivan --- lib/python2.7/site-packages/autobuilder/buildsteps/ProvisionGoogleVM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps/ProvisionGoogleVM.py b/lib/python2.7/

Re: [yocto] How to include static library and headers in sdk

2014-09-23 Thread Paul Eggleton
On Tuesday 23 September 2014 09:43:55 Matt Schuckmann wrote: > > -Original Message- > > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > > Sent: Tuesday, September 23, 2014 2:10 AM > > To: Matt Schuckmann > > Cc: yocto@yoctoproject.org > > Subject: Re: [yocto] How to include sta

Re: [yocto] How to include static library and headers in sdk

2014-09-23 Thread Matt Schuckmann
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Tuesday, September 23, 2014 2:10 AM > To: Matt Schuckmann > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] How to include static library and headers in sdk > > On Monday 22 September 2014 18:57:0

Re: [yocto] Specified toolchain directory does not contain a toolchain generated with meta-ide-support.

2014-09-23 Thread Nemicolopterus Crypticus
Ok, after much strife, here's what I've gotten working. I installed the Plugin via "Install New Software" through Eclipse: 1. While configuring the ADT Plugin for Eclipse, instead of "Build system derived toolchain" I select "Standalone Pre-Built Toolchain." 2. Instead of BUILD as the top directo

Re: [yocto] Forcing fetch task when source changes

2014-09-23 Thread Vuille, Martin (Martin)
Very odd. Our BSP vendor has configured BB_SIGNATURE_HANDLER to use OEBasicHash, I see hashes in the stamp file names, if I change the metadata itself the change is detected and the tasks are run again, but changing the content of a file named in a "file://" SRC_URI has no effect. Any ideas? MV

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, September 9, 2014 8:00 AM US Pacific Time

2014-09-23 Thread Jolley, Stephen K
Attendees: Armin, Stephen, Joe, Alex V., Paul, Tom, Belen, Ross, Matthew, Bruce, Michael, Alex, Richard, Saul, Benjamin, Anibal, Sona, * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.7_Status https://wiki.

Re: [yocto] Forcing fetch task when source changes

2014-09-23 Thread Vuille, Martin (Martin)
I was afraid of that... Another good reason to upgrade. Will try the work-around. Thanks again! MV > -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: September 23, 2014 9:33 AM > To: Vuille, Martin (Martin) > Cc: yocto@yoctoproject.org > Subject: Re: [yocto

Re: [yocto] Forcing fetch task when source changes

2014-09-23 Thread Burton, Ross
On 23 September 2014 13:46, Vuille, Martin (Martin) wrote: > Perhaps due to my old versions: Poky 1.2 and bitbake 1.15.1? Yes. http://git.yoctoproject.org/cgit.cgi/poky/commit/meta/conf/bitbake.conf?id=eaf54b8dbf9371965b4ccf18609edeb8eee16144 is where the hashing was introduced to rebuild automa

Re: [yocto] Forcing fetch task when source changes

2014-09-23 Thread Vuille, Martin (Martin)
Perhaps I misunderstood your suggestion or I am missing something obvious, but this doesn't work either. If I point to my source with SRC_URI, the source does get copied over to ${S} but changing the source doesn't trigger a new fetch/unpack. This is cleaner than what I was doing, but doesn't add

[yocto] [PATCH 4/5] icu.inc: modify SPDX_S variable

2014-09-23 Thread leimaohui
Modify SPDX_S to the source tree of icu instead of ${S}. Signed-off-by: leimaohui --- meta/recipes-support/icu/icu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index 7732107..15d002d 100644 --- a/meta/recipes-support/

[yocto] [PATCH 5/5] squashfs-tools_4.3: modify SPDX_S variable

2014-09-23 Thread leimaohui
Modify SPDX_S to the source tree of squashfs instead of ${S}. Signed-off-by: leimaohui --- meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb b/meta/recipes-devtools/squashfs-t

[yocto] [PATCH 3/5] db_6.0.30: modify SPDX_S variable

2014-09-23 Thread leimaohui
Modify SPDX_S to the source tree of db-6.0.30 instead of ${S}. Signed-off-by: leimaohui --- meta/recipes-support/db/db_6.0.30.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb index 9fc4a30..47fb296 100644 --- a/me

[yocto] [PATCH 2/5] db_5.3.28: modify SPDX_S variable

2014-09-23 Thread leimaohui
Because $S is set to sub-directory of db-5.3.28. So modify SPDX_S to the source tree of db-5.3.28 instead of ${S}. Signed-off-by: leimaohui --- meta/recipes-support/db/db_5.3.28.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db

[yocto] [PATCH 1/5] spdx.bbclass:Add SPDX-specific source tree variable.

2014-09-23 Thread leimaohui
Add SPDX-specific source tree variable for recipes where $S is a subdirectory of the source tree. Signed-off-by: leimaohui --- meta/classes/spdx.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/spdx.bbclass b/meta/classes/spdx.bbclass index 55ce3af..27

Re: [yocto] How to include static library and headers in sdk

2014-09-23 Thread Paul Eggleton
On Monday 22 September 2014 18:57:03 Matt Schuckmann wrote: > I've got a custom image and 2 custom recipes both very simple libraries that > use cmake. I included the libraries into my image by adding > EXTRA_IMAGEDEPENDS += "simple1" > EXTRA_IMAGEDEPENDS += "simple2" > To my image recipe. Except