Re: [yocto] yocto with meta-ti

2013-06-05 Thread Nicolas Dechesne
On Wed, Jun 5, 2013 at 7:55 AM, Akshay Sahota akki.sah...@gmail.com wrote: * BBMASK ?= .*/meta-ti/recipes-(misc|bsp/formfactor|graphics/mesa)/ #BBMASK = meta-ti/recipes-misc meta-oe/recipes-graphics #BBMASK = meta-oe/recipes-devtools #BBMASK = meta-oe/recipes-graphics # # Parallelism

Re: [yocto] 1.5_M1.rc1 availability

2013-06-05 Thread Flanagan, Elizabeth
We have the git hash for: eclipse-poky0b2dc574b1b08eab2102b37f3b64ab7bd70d9595 Things are taking a bit longer because this build was done with a clean sstate. -b On Tue, Jun 4, 2013 at 5:48 PM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: 1.5_M1.rc1 will be available soon at:

Re: [yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-05 Thread Behrens, Holger
Hi, Hi Florin, You are right. The error I get is: Configuring netbase. Configuring procps. Configuring packagegroup-core-boot-genivi. Configuring u-boot-sabre-sd. Configuring u-boot-sabre-lite. Configuring run-postinsts. Configuring u-boot-sabre-aiquad. Collected errors: *

[yocto] [PATCH 1/1] dev-manual: fix instructions for enabling ptest

2013-06-05 Thread Jesse Zhang
The IMAGE_FEATURE and DISTRO_FEATURE are exchanged. Signed-off-by: Jesse Zhang sen.zh...@windriver.com --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml

[yocto] [PATCH 0/1] dev-manual: fix instructions for enabling ptest

2013-06-05 Thread Jesse Zhang
(Resent from the poky list) The following changes since commit a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199: lrzsz: check locale.h in configure (2013-06-04 15:55:46 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib szhang/doc

Re: [yocto] [PATCH 1/1] dev-manual: fix instructions for enabling ptest

2013-06-05 Thread Rifenbark, Scott M
Jesse, Thanks for resending. I have applied this patch to both the master and Dylan branches of the yocto-docs repository. You can see the change on the website here: * http://www.yoctoproject.org/docs/1.5/dev-manual/dev-manual.html#adding-ptest-to-your-build *

Re: [yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-05 Thread sujith h
Hi, On Wed, Jun 5, 2013 at 12:04 PM, Behrens, Holger holger.behr...@windriver.com wrote: Hi, Hi Florin, You are right. The error I get is: Configuring netbase. Configuring procps. Configuring packagegroup-core-boot-genivi. Configuring u-boot-sabre-sd. Configuring

[yocto] Application Development

2013-06-05 Thread Satya Swaroop Damarla
Hi Guys, I have an issue... I created a custom image based on NVIDIA Tegra2 with a custom kernel. I installed packages specific Tegra board and application specific. Now we want to send the baord and the new linux image for application development... As I went through ADT manual, I only found

[yocto] Correctly setting a package-specific RDEPENDS

2013-06-05 Thread Jon Szymaniak
Hi all, I recently upgraded to the Dylan (9.0.0) release and am looking to clean up some QA issues associated with my RDEPENDS variables not being package-specific. I'm a bit confused by a couple lines in the manual [1]: The names of the variables you list with RDEPENDS must be the names of

Re: [yocto] Correctly setting a package-specific RDEPENDS

2013-06-05 Thread Paul Eggleton
On Wednesday 05 June 2013 10:53:23 Jon Szymaniak wrote: I recently upgraded to the Dylan (9.0.0) release and am looking to clean up some QA issues associated with my RDEPENDS variables not being package-specific. I'm a bit confused by a couple lines in the manual [1]: The names of the

Re: [yocto] Correctly setting a package-specific RDEPENDS

2013-06-05 Thread Jon Szymaniak
On Wednesday 05 June 2013 10:53:23 Jon Szymaniak wrote: I recently upgraded to the Dylan (9.0.0) release and am looking to clean up some QA issues associated with my RDEPENDS variables not being package-specific. I'm a bit confused by a couple lines in the manual [1]: The names of the

[yocto] [RFC refactor 00/21] Merging windows-build with master

2013-06-05 Thread Ioana Grigoropol
- 3rd batch of refactoring merging windows-build with master - applies on top of the second batch of 8 patches - still one more class to refactor(OptionsPage) Ioana Grigoropol (21): Fix ShellSession execute Remove shell type from ShellSession constructor Use / as separator instead of OS

[yocto] [RFC refactor 01/21] Fix ShellSession execute

2013-06-05 Thread Ioana Grigoropol
- use ICommandResponseHandler to write to the console, and in particular CommandResponseHandler implementation - discard all Writer usages since they are no longer needed - use RemoteHelper implementation to source the environment for bitbake - make sure to disable sanity checkes

[yocto] [RFC refactor 03/21] Use / as separator instead of OS separator

2013-06-05 Thread Ioana Grigoropol
- when running remote commands it is not indicated to use the OS separator since the host and the target could be different - instead use the remote target separator(/) since this will always be a Linux based machine Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com ---

[yocto] [RFC refactor 02/21] Remove shell type from ShellSession constructor

2013-06-05 Thread Ioana Grigoropol
- ShellSession is only used with shellType SHELL_BASH and thus the need to keep an extra argument is not needed - When running commands using RemoteHelper, a shell is created per command. Its type is determined by using the IShellServiceSubSystem implementation from the target. Signed-off-by:

[yocto] [RFC refactor 11/21] Use uri instead of string to determine location of recipe determine archive type

2013-06-05 Thread Ioana Grigoropol
- create URI from text location of the recipe and determine the location of the recipe by using the scheme(ftp, http, file) - extract achive type from URI Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../ui/wizards/NewBitBakeFileRecipeWizardPage.java | 59

[yocto] [RFC refactor 06/21] Initialize and store the connection on Recipe Wizard

2013-06-05 Thread Ioana Grigoropol
- retrieve the connection for the project destination of the recipe (using the Activator map) - store it in the Wizard use it for running remote commands Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../bc/ui/wizards/NewBitBakeFileRecipeWizard.java | 37

[yocto] [RFC refactor 10/21] Break handlePopulate into remote and local functions

2013-06-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../ui/wizards/NewBitBakeFileRecipeWizardPage.java | 31 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/NewBitBakeFileRecipeWizardPage.java

[yocto] [RFC refactor 08/21] Refactor Wizard Page fields to have consistent names

2013-06-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../ui/wizards/NewBitBakeFileRecipeWizardPage.java | 25 +++- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/NewBitBakeFileRecipeWizardPage.java

[yocto] [RFC refactor 07/21] Store connection for recipe in Recipe Wizard Page

2013-06-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../bc/ui/wizards/NewBitBakeFileRecipeWizard.java |2 +- .../ui/wizards/NewBitBakeFileRecipeWizardPage.java |5 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git

[yocto] [RFC refactor 13/21] Refactor Recipe Wizard Page to use Remote target Api

2013-06-05 Thread Ioana Grigoropol
- refactored all steps taken when creating a new recipe to use RemoteHelper API and run commands on a abstract way regardless of the location of the target - each step that needs to run a command remote will appear as a new YoctoCommand - all commands are ran using RemoteHelper

[yocto] [RFC refactor 04/21] Remove unsed methods inner classes from ShellSession

2013-06-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../src/org/yocto/bc/bitbake/ShellSession.java | 20 1 file changed, 20 deletions(-) diff --git a/plugins/org.yocto.bc.ui/src/org/yocto/bc/bitbake/ShellSession.java

[yocto] [RFC refactor 05/21] Save active connection for Bitbake recipe

2013-06-05 Thread Ioana Grigoropol
- retrieve active connection from project info and save it on the Bitbake editor Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../bc/ui/editors/bitbake/BitBakeFileEditor.java |1 + 1 file changed, 1 insertion(+) diff --git

[yocto] [RFC refactor 16/21] Store reference to OptionsPage in InstallWizard

2013-06-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../yocto/bc/ui/wizards/install/InstallWizard.java |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/install/InstallWizard.java

[yocto] [RFC refactor 18/21] Refactor Bitbake wizard to use RemoteHelper API

2013-06-05 Thread Ioana Grigoropol
Bitbake command wizard improvements: - retrive the console mapped to this particular connection from the RemoteHelper - retrive the stored remote connection services from the model - retrive the connection from the map stored in RemoteHelper - retrive the command response handler mapped in the

[yocto] [RFC refactor 14/21] Run all Recipe task in wizard container

2013-06-05 Thread Ioana Grigoropol
- if we run the remote commands without using the Wizard container, the monitor will never get updated properly and the messages will not appear - in order to fix this, we use a IRunnableWithProgress to perform all tasks Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com ---

[yocto] [RFC refactor 17/21] Collect Bitbake error lines

2013-06-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../src/org/yocto/bc/bitbake/BBSession.java| 10 + .../BBConfigurationInitializeOperation.java| 23 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git

[yocto] [RFC refactor 15/21] Enable Populate button when src URI changes

2013-06-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../ui/wizards/NewBitBakeFileRecipeWizardPage.java | 38 +++- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/NewBitBakeFileRecipeWizardPage.java

[yocto] [RFC refactor 19/21] Retrieve console from RemoteHelper instead of recreating it

2013-06-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../yocto/bc/ui/wizards/install/InstallWizard.java | 25 +--- 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/install/InstallWizard.java

[yocto] [RFC refactor 21/21] Create separated class for ConsoleWriter

2013-06-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../org/yocto/bc/remote/utils/ConsoleWriter.java | 36 .../yocto/bc/ui/wizards/install/InstallWizard.java |1 + 2 files changed, 37 insertions(+) create mode 100644

[yocto] [RFC refactor 20/21] Remove LongRunningTask, ICalculatePercentage from InstallWizard

2013-06-05 Thread Ioana Grigoropol
- remove inner classes interfaces and use RemoteHelper implementation Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../yocto/bc/ui/wizards/install/InstallWizard.java | 155 1 file changed, 155 deletions(-) diff --git

[yocto] [RFC refactor 12/21] Store metadata location as URI instead of String

2013-06-05 Thread Ioana Grigoropol
- use URI to store meta-data location - initialize metadata location with projectLocation/meta Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../bc/ui/wizards/BitbakeRecipeUIElement.java | 15 +++ .../ui/wizards/NewBitBakeFileRecipeWizardPage.java | 19

Re: [yocto] LIC_FILES_CHKSUM points to an invalid file

2013-06-05 Thread Zafrullah Syed
I am getting these errors when I try my build. Any Idea? ERROR: Function failed: hello: LIC_FILES_CHKSUM points to an invalid file: /home/siguser/yocto2013-05-08/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/hello-1.0-r0/hello-1.0/COPYING ERROR: Logfile of failure stored in:

Re: [yocto] LIC_FILES_CHKSUM points to an invalid file

2013-06-05 Thread Gary Thomas
On 2013-06-05 13:17, Zafrullah Syed wrote: I am getting these errors when I try my build. Any Idea? ERROR: Function failed: hello: LIC_FILES_CHKSUM points to an invalid file: /home/siguser/yocto2013-05-08/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/hello-1.0-r0/hello-1.0/COPYING ERROR:

Re: [yocto] LIC_FILES_CHKSUM points to an invalid file

2013-06-05 Thread Gaurang Shastri
hi, can you try with bitbake -c cleanall hello , change the recipe name from hello.bb - hello_2.7.bb and do bitbake hello //Gaurang Shastri On Thu, Jun 6, 2013 at 12:47 AM, Zafrullah Syed zafrullahme...@gmail.comwrote: I am getting these errors when I try my build. Any Idea? ERROR:

Re: [yocto] Application Development

2013-06-05 Thread Zhang, Jessica
Hi Satya, Use bitbake image-name -c populate_sdk, this allows you to create a toolchain with sysroot that match your target image that allows you to develop app against... Cheers, Jessica From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Satya

[yocto] [meta-ivi][PATCH] packagegroups: restructure the yocto-ivi PGs

2013-06-05 Thread Fahad Usman
with the current implementation of packagegroups, it's not clear how a particular recipe map to the GENIVI baseline document. this scheme remove confusion about which packagegroup a certain recipe belong to. And provide guidance to the customers about modifying the image. For instance customers