Re: [yocto] [PATCHv2 0/8][eclipse-poky] Add target profile quick switch

2013-06-21 Thread Zhang, Jessica
Hi Timo, So what's the purpose of "Project Specific Settings", my understanding is it's something that only local to project instead of global name space, e.g. profile? OK, I've played a little bit of toggling between profiles, and project specific setting and notice the following behaviors th

Re: [yocto] [PATCH v2] Fix Eclipse workspace deadlock when restoring

2013-06-21 Thread Zhang, Jessica
OK more info. It seems if the project is remote, first we'll get the project description failure since we haven't restored the remote connection, after we dismiss the error and double click on the project and restore the RSE connection, the project will be able to restore. We should change the

Re: [yocto] [PATCH v2] Fix Eclipse workspace deadlock when restoring

2013-06-21 Thread Zhang, Jessica
Hi Ioana, With the latest changes, now with a remote project if I want to restore the project, I'm getting following errors: Failed to read the project description file (.project) for 'poky'. The file has been changed on disk, and it now contains invalid information. The project will not fu

Re: [yocto] [RFC PATCH v2 upstream org.eclipse.tm] [411343]Provide access to readers in host shell

2013-06-21 Thread Zhang, Jessica
Hi Ioana, Unfortunately we have to introduce the API getReader in IHostShell interface, otherwise, when I applied the patch to my clean upstream RSE master and open a project I'm getting: An internal error occurred during "Open Project" Unresolved compilation problems: The method getReader(Bool

Re: [yocto] -rt and COMPATIBLE_MACHINES

2013-06-21 Thread Paul D. DeRocco
> From: Tomas Frydrych > > On 20/06/13 20:40, Paul D. DeRocco wrote: > > My question is this: why was I able to build core-image base without > > complaint in the first place? The kernel recipes it has available > > (linux-yocto_*) also set COMPATIBLE_MACHINE to a list of > qemu machines. > > It

Re: [yocto] Openembedded-core

2013-06-21 Thread Chris Tapp
Thanks Paul / Elizabeth, On 21 Jun 2013, at 17:53, Paul Eggleton wrote: > On Friday 21 June 2013 17:47:13 Chris Tapp wrote: >> Simple question - Is openembedded-core included in one of the Yocto meta >> layers, or do I need to download it from the OE git repository? > > It comes as part of the p

Re: [yocto] Openembedded-core

2013-06-21 Thread Paul Eggleton
On Friday 21 June 2013 17:47:13 Chris Tapp wrote: > Simple question - Is openembedded-core included in one of the Yocto meta > layers, or do I need to download it from the OE git repository? It comes as part of the poky repository if you're using that. The alternative is to use bitbake and OE-Cor

[yocto] Openembedded-core

2013-06-21 Thread Chris Tapp
Simple question - Is openembedded-core included in one of the Yocto meta layers, or do I need to download it from the OE git repository? Chris Tapp opensou...@keylevel.com www.keylevel.com ___ yocto mailing list yocto@yoctoproject.org https://lists.

[yocto] [RFC PATCH v2 upstream org.eclipse.ptp] [411387] SystemRemoteFolderDialog should return a path when selecting 'My Home' or 'Root'

2013-06-21 Thread Ioana Grigoropol
- when browsing to pick the project location, if "My Home" or "Root" get picked the project location remains empty - this is caused by the RSEUIFileManager browseDirectory method - the selection made in the SystemRemoteFolderDialog is an SystemFilterReference, and thus not a instance of IRemot

[yocto] [RFC PATCH v2 upstream org.eclipse.tm] [411343]Provide access to readers in host shell

2013-06-21 Thread Ioana Grigoropol
- add a plain getter in the AbstractHostShell class: - the compilation is not broken for subclasses of this class since it always returns null - the targeted classes (local and remote) can implement the getter (local implementation is already there) - the reader can be acc

[yocto] [RFC PATCH upstream org.eclipse.ptp] [411387] SystemRemoteFolderDialog should return a path when selecting 'My Home' or 'Root'

2013-06-21 Thread Ioana Grigoropol
- when browsing to pick the project location, if "My Home" or "Root" get picked the project location remains empty - this is caused by the RSEUIFileManager browseDirectory method - the selection made in the SystemRemoteFolderDialog is an SystemFilterReference, and thus not a instance of IRemot

[yocto] [RFC PATCH upstream org.eclipse.tm] [411343]Provide access to readers in host shell

2013-06-21 Thread Ioana Grigoropol
From: Ioana Grigoropol - add a plain getter in the AbstractHostShell class: - the compilation is not broken for subclasses of this class since it always returns null - the targeted classes (local and remote) can implement the getter (local implementation is already there)

[yocto] [PATCH v2] Fix Eclipse workspace deadlock when restoring

2013-06-21 Thread Ioana Grigoropol
From: Ioana Grigoropol - when creating a new bitbake commander project, a bunch of information relevant for the project is set in the project information map - when closing & restarting Eclipse, having a Bitbake commander project in the workspace an deadlock occurs due to the following:

[yocto] Creating a meta-layer for a third-party GCC-based binary tool-chain - how?

2013-06-21 Thread Glenn Schmottlach
I'm trying to create a meta-layer for a third-party GCC-based proprietary tool-chain. I need to be able to select this tool-chain on a per-recipe basis while other recipes may either the standard Yocto native/cross-tool-chain. This proprietary tool chain is divided into a host-tool part (where all

[yocto] [PATCHv2 6/8] plugins/sdk.ide: Add profile switch menu to the toolbar

2013-06-21 Thread Timo Mueller
From: Timo Mueller If a project with a yocto nature is selected, the toolbar will show a target profile menu which allows the user to switch the used target profile of the project. The content of this menu is dynamically created using the list of globally defined target profiles. Additionally it

[yocto] [PATCHv2 5/8] plugins/sdk.ide: Add command to switch the target profile

2013-06-21 Thread Timo Mueller
From: Timo Mueller The command can be used in a radio group to switch the target profile of a selected project. Radio items should call this command handing over the name of the target profile as the command's parameter. Signed-off-by: Timo Mueller --- .../OSGI-INF/l10n/bundle.properties

[yocto] [PATCHv2 3/8] plugins/sdk.ide: Move project specific util methods

2013-06-21 Thread Timo Mueller
From: Timo Mueller Move project specific methods to the new util class to allow public usage of theses methods. Signed-off-by: Timo Mueller --- .../preferences/YoctoSDKProjectPropertyPage.java | 121 ++--- .../sdk/ide/utils/ProjectPreferenceUtils.java | 102 +

[yocto] [PATCHv2 8/8] plugins/sdk.ide: Add project configuration button

2013-06-21 Thread Timo Mueller
From: Timo Mueller This changes the behaviour of the project specific profile button. If the project specific profile is not yet defined for the selected project, the list will contain a button to open the project preferences instead of the greying out the button. Signed-off-by: Timo Mueller --

[yocto] [PATCHv2 7/8] plugins/sdk.ide: Add profile switch menu to the project menu

2013-06-21 Thread Timo Mueller
From: Timo Mueller If a project with a yocto nature is selected, the project menu will show a target profile menu which allows the user to switch the used target profile of the project. Signed-off-by: Timo Mueller --- plugins/org.yocto.sdk.ide/plugin.xml | 25 + 1 file

[yocto] [PATCHv2 1/8] plugins/sdk.ide: Use an internationalized dialog title

2013-06-21 Thread Timo Mueller
From: Timo Mueller Signed-off-by: Timo Mueller --- plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoUISetting.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoUISetting.java b/plugins/org.yocto.sdk.ide/src/org

[yocto] [PATCHv2 4/8] plugins/sdk.ide: Remove project context from method names

2013-06-21 Thread Timo Mueller
From: Timo Mueller Through the context of the ProjectPreferenceUtil class we can infer that all methods act on project preferences. Having this context information duplicated in the method name is not needed anymore and can be removed to get a cleaner API. Signed-off-by: Timo Mueller --- .../s

[yocto] [PATCHv2 0/8][eclipse-poky] Add target profile quick switch

2013-06-21 Thread Timo Mueller
From: Timo Mueller Changes in v2: Handle error when project specific profile is not configured more gracefully. Instead of showing an error message the button is now greyed out. Patches 01..07 contain the implementation with the greyed out menu button. After playing around with the two options

[yocto] [PATCHv2 2/8] plugins/sdk.ide: Extract project specific util methods

2013-06-21 Thread Timo Mueller
From: Timo Mueller Project specific util methods are moved to a separate util class. This way the general util class will get more concise and other project specific methods can be move to this new util class later. Signed-off-by: Timo Mueller --- .../natures/YoctoSDKAutotoolsProjectNature.jav

Re: [yocto] [meta-freescale] cannot bitbake/build.compile tcf-agent for use with fsl-image-gui-sdk

2013-06-21 Thread Otavio Salvador
On Fri, Jun 21, 2013 at 9:26 AM, Thanassis Silis wrote: ... > In the end it was some problem with the packages_deb. There seem to be some > bug related to deb packaging. I only set deb packaging because it seems more > compatible as I am on a Ubuntu system. > rpm packagin on the other hand worked

Re: [yocto] cannot bitbake/build.compile tcf-agent for use with fsl-image-gui-sdk

2013-06-21 Thread Thanassis Silis
Hi Anna, yes it was an OpenSSL dependency, but it seems weird to bump into such a problem. I mean This seems to have been rectified or more ppl would bump into it. In the end it was some problem with the packages_deb. There seem to be some bug related to deb packaging. I only set deb packaging b

[yocto] Permission denied while accessing qmake of meta-toolchain-qte

2013-06-21 Thread Vishal Jain
Hi, I need to compile Qt Code for Yocto image. I have installed meta toolchain using bitbake meta-toolchain-qte It has created the SDK in ../meta-toolchain-qte-1.0-r7/sdk/image/poky/1.3.2/sysroots . Now i am trying to build qt code for my Yocto image as : source /poky/1.3.2/environmen

Re: [yocto] toolchain's environment-setup file that includes the image generated rootfs

2013-06-21 Thread Thanassis Silis
Then how should I go about adding a --sysroots statement in the generated meta-toolchain, of the generated image? From: jessica.zh...@intel.com To: djnass...@hotmail.com; yocto@yoctoproject.org Subject: RE: [yocto] toolchain's environment-setup file that includes the image generated rootfs Dat

Re: [yocto] -rt and COMPATIBLE_MACHINES

2013-06-21 Thread Tomas Frydrych
Hi Paul, On 20/06/13 20:40, Paul D. DeRocco wrote: > My question is this: why was I able to build core-image base without > complaint in the first place? The kernel recipes it has available > (linux-yocto_*) also set COMPATIBLE_MACHINE to a list of qemu machines. It probably built the linux-dummy

Re: [yocto] Adding a mount for a second partition

2013-06-21 Thread DAMARLA Satya Swaroop
Hi, If I am not wrong the file mount.sh in udev already does this but I dont know if it different for a live image ... On Fri, Jun 21, 2013 at 10:37 AM, Paul D. DeRocco wrote: > My image is a live image that is booted from a flash drive. The drive > actually has two partitions on it, and I'd li

[yocto] Adding a mount for a second partition

2013-06-21 Thread Paul D. DeRocco
My image is a live image that is booted from a flash drive. The drive actually has two partitions on it, and I'd like the second partition to get mounted on startup. I believe that what I need is to create a mount point in the image's file system, and also append a line to /etc/fstab. How do I writ