[yocto] [PATCH v3] [local patch for org.eclipse.rse.services] Fix race conditions for reading output from local processes

2013-01-18 Thread Ioana Grigoropol
When running a command using RSE Api, using a Local connection from a linux host a new LocalHostShell is created. When this is created, a new LocalHostThread is launched, along side with two LocalShellOutputReaders (output and error). The constructors for the OutputReaders will receive a referen

[yocto] [PATCH] [eclipse-poky][branch:windows-build]Performance fix for Windows implementation

2013-01-18 Thread Ioana Grigoropol
- run each command in a separate shell - needs explicit sourcing of environment and closing for each command - add distinction between OEFS URI and actual URI of the remote project and files -> YoctoLocation of the project contains both URIs - use OEFS URI only for initialization

Re: [yocto] Remove unwanted package from Qt

2013-01-18 Thread Eric Bénard
Le Fri, 18 Jan 2013 10:25:22 -0500, Jon Szymaniak a écrit : > I checked the package list on a running system (opkg list | grep -i > qt). Here's all the installed Qt packages...no qt4-embedded-examples > as far as I see. > > libqtcoree4 - 4.8.3-r50.0 > libqtdeclarativee4 - 4.8.3-r50.0 > libqtguie4

Re: [yocto] Remove unwanted package from Qt

2013-01-18 Thread Jon Szymaniak
On Thu, Jan 17, 2013 at 3:19 AM, Eric Bénard wrote: > Hi Jon, > > "inherit qt4e" is enough, no need to add qt4-embedded to DEPENDS. > Thanks! This makes sense, as I see this dependency is established in the first few lines of qt4e.bbclass. > > strange, demos and examples are packaged in ${QT_BAS

Re: [yocto] Eclipse Plugin

2013-01-18 Thread Zhang, Jessica
Hi Flavio, See my comments or questions below... Thanks, Jessica -Original Message- From: Flavio Castro Alves Filho [mailto:flavio.al...@gmail.com] Sent: Friday, January 18, 2013 4:25 AM To: Zhang, Jessica Cc: Raul Rosetto Munoz; yocto@yoctoproject.org Subject: Re: [yocto] Eclipse Plugin

Re: [yocto] Eclipse Plugin

2013-01-18 Thread Zhang, Jessica
So can you upgrade to eclipse Juno, base on the error org.eclipse.cdt.autotools.core could not be found, the yocto plug-in you're installing is for Juno. -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Flavio Castro Alves Filh

Re: [yocto] Eclipse Plugin

2013-01-18 Thread Flavio Castro Alves Filho
I believe that the best solution is to check why is it not working on Eclipse Juno. 2013/1/18 Björn Arnelid : > Yeah, sounds like problems with your installation. > remove eclipse and try to set it up again - or try to manually copy > autotools into your plugin folder. > > regards, > Björn > > 201

Re: [yocto] Eclipse Plugin

2013-01-18 Thread Björn Arnelid
Yeah, sounds like problems with your installation. remove eclipse and try to set it up again - or try to manually copy autotools into your plugin folder. regards, Björn 2013-01-18 14:10, Flavio Castro Alves Filho skrev: The problem right now is not regarding compilation issues, but Eclipse pl

Re: [yocto] Eclipse Plugin

2013-01-18 Thread Flavio Castro Alves Filho
The problem right now is not regarding compilation issues, but Eclipse plugin is not launching the compilation correctly. I tried to install Eclipse Indigo, with the instructions from Yocto dev manual. I installed Eclipse, its components and when I try to install the Yocto component, I have the f

Re: [yocto] Eclipse Plugin

2013-01-18 Thread Björn Arnelid
2013-01-18 13:24, Flavio Castro Alves Filho skrev: Hello, I'm facing similar issue (in fact, Raul and I are working together on this deploy). I'll describe the steps that we followed. Our system is Ubuntu 12.04 LTS and our Eclipse version is Juno. 1) We build core-image-minimal using poky 1.3

Re: [yocto] Eclipse Plugin

2013-01-18 Thread Flavio Castro Alves Filho
Hello, I'm facing similar issue (in fact, Raul and I are working together on this deploy). I'll describe the steps that we followed. Our system is Ubuntu 12.04 LTS and our Eclipse version is Juno. 1) We build core-image-minimal using poky 1.3 (danny), meta-ti, meta-openembedded/meta-oe 2) We bu