[yocto] [eclipse-poky][PATCH] plugin/sdk.ide: Pre-populate project specific profile form

2013-06-25 Thread Timo Mueller
From: Timo Mueller On initial setup the profile form is populated with the values from the previously selected target profile. This allows the user to quickly make project specific adaptions of an existing profile. Signed-off-by: Timo Mueller --- .../sdk/ide/preferences/YoctoSDKProjectProperty

Re: [yocto] [PATCH][eclipse-poky] plugin/sdk.ide: Pre-populate project specific profile form

2013-06-25 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 25.06.2013 23:52: Hi Timo, How am I supposed to apply this patch? I tried to apply it against master first, then the patch2 of your v3 patch series won't apply. If I apply your v3 patch series first, then this patch won't apply after that... I've messed u

Re: [yocto] [yocto-docs][PATCH] dev-manual: referencing bugzilla issues

2013-06-25 Thread Rifenbark, Scott M
Trevor, I use to have [YOCTO #] in the manual just as you do here. I was told by Saul though that I was not to use the brackets in the commit description. That is when I took them out of the manual. Maybe Saul can add more to this explanation. Thanks, Scott >-Original Message- >Fr

[yocto] [yocto-docs][PATCH] dev-manual: referencing bugzilla issues

2013-06-25 Thread Trevor Woerner
Based on observations from the various mailing lists, it is obvious that bugzilla issues are almost always referenced using square brackets. Signed-off-by: Trevor Woerner --- documentation/dev-manual/dev-manual-newbie.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docume

[yocto] Weekly build now available

2013-06-25 Thread Flanagan, Elizabeth
The weekly build is now available: http://autobuilder.yoctoproject.org/pub/nightly/20130625-2 eclipse-poky60e99763dc9b77307d46eae4f43343948fa49757 meta-fsl-arm3b4c20c4f683b721994ea2e4e364c38601cd3c6b meta-fsl-ppcd75b5c38492f5fa821b5b2cca89217bef6868420 meta-intel

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

2013-06-25 Thread Zhang, Jessica
Hi Timo, Now it look much better and also with these patch set, I don't see the multiple selection of radio buttons, so I don't think we need the last patch of the series which enable the debugging. The only thing that's not clear to me is, after define the project specific settings which is d

Re: [yocto] [meta-intel][PATCH] lms8: handle different host setups

2013-06-25 Thread Tom Zanussi
On Tue, 2013-06-25 at 17:45 +0100, Ross Burton wrote: > The configure script looks at the *host* environment to decide where to > install > the init script, so it's location at packaging time can change. > > Signed-off-by: Ross Burton Pulled into meta-intel/master. Thanks, Tom > --- > commo

Re: [yocto] [meta-intel][PATCH] meta-nuc: don't install lms8 as NUC doesn't support AMT

2013-06-25 Thread Tom Zanussi
On Tue, 2013-06-25 at 17:47 +0100, Ross Burton wrote: > The NUC doesn't support Active Management Technology, so don't install lms8 as > part of the machine recommendations. > > Signed-off-by: Ross Burton Pulled into meta-intel/master. Thanks, Tom > --- > meta-nuc/conf/machine/nuc.conf |

Re: [yocto] [meta-intel][PATCH] intel-gpu-tools: add new package

2013-06-25 Thread Tom Zanussi
On Tue, 2013-06-25 at 17:43 +0100, Ross Burton wrote: > This package contains numerous useful tools for working with Intel GPUs. Add > a > patch to install intel_panel_fitter as it's genuinely useful and not just a > debugging tool. > > Signed-off-by: Ross Burton Nice addition. Pulled into me

Re: [yocto] [PATCH][eclipse-poky] plugin/sdk.ide: Pre-populate project specific profile form

2013-06-25 Thread Zhang, Jessica
Hi Timo, How am I supposed to apply this patch? I tried to apply it against master first, then the patch2 of your v3 patch series won't apply. If I apply your v3 patch series first, then this patch won't apply after that... Thanks, Jessica -Original Message- From: yocto-boun...@yocto

Re: [yocto] variable override question

2013-06-25 Thread Marc Ferland
Bruce Ashfield writes: > On 13-06-25 03:59 PM, Marc Ferland wrote: >> Hi, >> >> I have a linux-yocto_3.4.bbappend file in which I try to override the >> KERNEL_FEATURES variable. I want it to be empty (I don't want the >> netfilter stuff that's there by default). >> >> So I've tried (in my bbappe

Re: [yocto] variable override question

2013-06-25 Thread Bruce Ashfield
On 13-06-25 03:59 PM, Marc Ferland wrote: Hi, I have a linux-yocto_3.4.bbappend file in which I try to override the KERNEL_FEATURES variable. I want it to be empty (I don't want the netfilter stuff that's there by default). So I've tried (in my bbappend): KERNEL_FEATURES = "" but somehow the

[yocto] variable override question

2013-06-25 Thread Marc Ferland
Hi, I have a linux-yocto_3.4.bbappend file in which I try to override the KERNEL_FEATURES variable. I want it to be empty (I don't want the netfilter stuff that's there by default). So I've tried (in my bbappend): KERNEL_FEATURES = "" but somehow the netfilter.scc file still gets merged in. Wh

Re: [yocto] Fwd: Yocto Layers not getting recognized by bitbake

2013-06-25 Thread Saul Wold
On 06/25/2013 12:04 PM, varun bhatnagar wrote: Thanks a ton for the reply Paul :) But how to clone the meta-openembedded repository. I am not very clear on the suggestion given by you. :( Can you please provide some steps on how to do this (cloning open-embedded repository). Paul is sugges

Re: [yocto] Fwd: Yocto Layers not getting recognized by bitbake

2013-06-25 Thread varun bhatnagar
Thanks a ton for the reply Paul :) But how to clone the meta-openembedded repository. I am not very clear on the suggestion given by you. :( Can you please provide some steps on how to do this (cloning open-embedded repository). // Varun On Tue, Jun 25, 2013 at 4:16 PM, Paul Eggleton < paul

Re: [yocto] Layer input

2013-06-25 Thread Jerrod Peach
Scott, - Distro Layer - I'm unclear on what is. Is that supposed to be ? ? It probably shouldn't just be , should it? - Software Layer - Should COPYING.MIT just be COPYING to be more generically applicable? - conf/.conf should be just layer.conf, right? - BS

[yocto] [meta-intel][PATCH] meta-nuc: don't install lms8 as NUC doesn't support AMT

2013-06-25 Thread Ross Burton
The NUC doesn't support Active Management Technology, so don't install lms8 as part of the machine recommendations. Signed-off-by: Ross Burton --- meta-nuc/conf/machine/nuc.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/

[yocto] [meta-intel][PATCH] lms8: handle different host setups

2013-06-25 Thread Ross Burton
The configure script looks at the *host* environment to decide where to install the init script, so it's location at packaging time can change. Signed-off-by: Ross Burton --- common/recipes-bsp/amt/lms8_8.0.0-7.bb |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/comm

[yocto] [meta-intel][PATCH] intel-gpu-tools: add new package

2013-06-25 Thread Ross Burton
This package contains numerous useful tools for working with Intel GPUs. Add a patch to install intel_panel_fitter as it's genuinely useful and not just a debugging tool. Signed-off-by: Ross Burton --- .../intel-gpu-tools/files/install-fitter.patch | 26 .../intel-gpu

Re: [yocto] The simplest possible recipe

2013-06-25 Thread Sean Liming
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Paul D. DeRocco > Sent: Monday, June 24, 2013 5:18 PM > To: yocto@yoctoproject.org > Subject: [yocto] The simplest possible recipe > > That would be to copy a single file, pr

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

2013-06-25 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] [PATCHv3 8/8] TESTING: add tracing for radio menu

2013-06-25 Thread Timo Mueller
From: Timo Mueller Signed-off-by: Timo Mueller --- plugins/org.yocto.sdk.ide/.options| 2 ++ .../org/yocto/sdk/ide/TargetProfileContributionItem.java | 15 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 plugins/org.yocto.sdk.ide/.

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

2013-06-25 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] [PATCHv3 2/8] plugins/sdk.ide: Extract project specific util methods

2013-06-25 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

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

2013-06-25 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] [PATCHv3 5/8] plugins/sdk.ide: Add command to switch the target profile

2013-06-25 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] [PATCHv3 0/8][eclipse-poky] Add target profile quick switch

2013-06-25 Thread Timo Mueller
From: Timo Mueller Hi, in conclusion to the previous discussion, we've agreed that the quick switch menu will enable the user to select only configured profiles. An unconfigured project specific profile will be shown as a greyed out option in the menu. There also has been a bug where the projec

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

2013-06-25 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] [PATCHv3 1/8] plugins/sdk.ide: Use an internationalized dialog title

2013-06-25 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] [PATCH][eclipse-poky] plugin/sdk.ide: Pre-populate project specific profile form

2013-06-25 Thread Timo Mueller
From: Timo Mueller On initial setup the profile form is populated with the values from the previously selected target profile. This allows the user to quickly make project specific adaptions of an existing profile. If a project specific profile is already defined the form will show the values fr

Re: [yocto] Installing .deb file in Build

2013-06-25 Thread Paul Eggleton
On Tuesday 25 June 2013 15:20:19 DAMARLA Satya Swaroop wrote: > I am trying to install .deb file and the recipe is as follows... may I ask > you what is the mistake that is not allowing it to build it into the > rootfilesystem > > *UMMARY = "Bootstrapper from Skidata"* > *DESCRIPTION = "For th

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

2013-06-25 Thread Thanassis Silis
Hi Jessica, I have rebuilt an image with "IMAGE_INSTALL_append = " openssh" in my local.conf which led to the generation of the image with openssh as expected. However, the sftp-server executable was never included in the deployed image. I am wondering why this is. searching for the executable g

Re: [yocto] Installing .deb file in Build

2013-06-25 Thread DAMARLA Satya Swaroop
Hi Guys, I am trying to install .deb file and the recipe is as follows... may I ask you what is the mistake that is not allowing it to build it into the rootfilesystem *UMMARY = "Bootstrapper from Skidata"* *DESCRIPTION = "For the moment it just installs the .deb file"* *LICENSE = "CLOSED"* *

Re: [yocto] Layer input

2013-06-25 Thread Rifenbark, Scott M
Thanks Bruce. I will implement that. >-Original Message- >From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] >Sent: Tuesday, June 25, 2013 5:42 AM >To: Rifenbark, Scott M >Cc: yocto@yoctoproject.org; Paul Eggleton >Subject: Re: [yocto] Layer input > >On 13-06-25 08:35 AM, Rifenbar

Re: [yocto] Layer input

2013-06-25 Thread Bruce Ashfield
On 13-06-25 08:35 AM, Rifenbark, Scott M wrote: Hi, This next illustration attempting to dive deeper in the YP Development Process takes the remaining left-side input from that figure in the Quick Start (metadata, Machine, and Policy). Note that when the original figure was created that appe

Re: [yocto] Fwd: Yocto Layers not getting recognized by bitbake

2013-06-25 Thread Paul Eggleton
On Sunday 23 June 2013 00:34:17 varun bhatnagar wrote: > I am trying to compile my code using yocto. For that I have created two > layers: "meta-networking" and "meta-oe". I have added these dependencies in > bblayer.conf too. But these are not getting build. Can anyone please tell > me what should

Re: [yocto] The simplest possible recipe

2013-06-25 Thread Paul Eggleton
On Tuesday 25 June 2013 11:17:47 Paul Eggleton wrote: > > then the sample compile recipe sets S to ${WORKDIR}. Is that what one does > > when one doesn't need to have a bunch of versioned subdirectories under > > ${WORKDIR}? (I'm not sure why one would ever want that, or why that would > > be the d

Re: [yocto] The simplest possible recipe

2013-06-25 Thread Paul Eggleton
Hi Paul, On Monday 24 June 2013 17:18:05 Paul D. DeRocco wrote: > That would be to copy a single file, provided in the files subdirectory of > the recipe, into a particular place in the target tree. Is there any bbclass > that automates this? Or do I just write a recipe with a do_install function

Re: [yocto] Documenting YP Development Environment in more detail - user configuration

2013-06-25 Thread Burton, Ross
On 25 June 2013 01:39, Philip Balister wrote: > I totally agree we drifted way beyond the initial discussion of the > figure. The key thought here is understanding how Poky differs from a > typical use of oe-core + other layers. Is there such a thing as a "typical" use of oe-core + layers? Poky

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

2013-06-25 Thread Grigoropol, IoanaX
Hi Jessica, This is the compromise we talked about. We cannot control the way Eclipse restores the workspace or the time when RSE API is initialized. That is why, we returned a Null store at first and created a hook for restoring the connection when the RSE API is up. I am not sure that we can

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

2013-06-25 Thread Grigoropol, IoanaX
Hi Jessica, I have just tested with a clean master & my upstream patch. Everything compiles fine. There are no changes made to IHostShell what so ever. In this patch, I only change AbstractHostShell and TerminalServiceHostShell. Please make sure that your TM &Yocto plugin sources are up to date

Re: [yocto] [PATCH 1/1][eclipse-poky] systemtap: add button to browse to build folder

2013-06-25 Thread Adrian Dudau
Hi Jessica, Can you please have a look at this patch? It's been pending for a while. Thanks, --Adrian On Mon, 2013-06-17 at 14:37 +0200, Adrian Dudau wrote: > [Yocto #4223] > Signed-off-by: Adrian Dudau > --- > .../src/org/yocto/remote/utils/ShellSession.java |4 ++- > .../src/org/yocto

Re: [yocto] Adding users and their rights

2013-06-25 Thread DAMARLA Satya Swaroop
Thank you Nicolas and Anders... This is what Iam actually looking for... Cheers, Satya On Tue, Jun 25, 2013 at 8:58 AM, Anders Darander wrote: > , > > * DAMARLA Satya Swaroop [130625 08:39]: > > I would like to know if its possible to add users and theri rights at > > the build > > itself... I

Re: [yocto] Documenting YP Development Environment in more detail

2013-06-25 Thread Nicolas Dechesne
On Tue, Jun 25, 2013 at 7:15 AM, Rudolf Streif wrote: > > >> An appendix on Android's "repo" tool might make for an excellent >> addition; it seems some Yocto projects are showing lots of interest in >> using it. >> >> The idea is to integrate/use it with YP? I know what repo does and that > it is