Re: [yocto] Xilinx git repositories moved to github

2013-04-11 Thread Khem Raj
Sipke On Apr 10, 2013, at 9:19 PM, Sipke Vriend sipke.vri...@xilinx.com wrote: Hi, If your recipes rely on repositories at git.xilinx.com, please update them to use github.com/Xilinx. You might want to check if layer index needs to be notified of this change and surely other

[yocto] [meta-ivi][PATCH] README.md: Fix poky SHA

2013-04-11 Thread Macario, Gianpaolo
Specify a newer SHA for poky since the previous one now causes the build meta-ivi build to fail. See https://lists.yoctoproject.org/pipermail/yocto/2013-April/015273.html Signed-off-by: Gianpaolo Macario gianpaolo_maca...@mentor.com --- README.md |2 +- 1 file changed, 1 insertion(+), 1

Re: [yocto] 1.4_M6.rc1 started

2013-04-11 Thread Richard Purdie
On Wed, 2013-04-10 at 15:48 -0700, Flanagan, Elizabeth wrote: Our first release candidate for dylan has been started. It will be available this evening at: http://autobuilder.yoctoproject.org/pub/nightly/20130410-1 Repo Branch Hash pokydylan

[yocto] [PATCH] [eclipse-poky][branch:master]Use different dialogs for metadata system tap script locations

2013-04-11 Thread Ioana Grigoropol
[Yocto #4243] Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../actions/SystemtapSettingDialog.java| 21 +--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git

[yocto] [eclipse-poky][PATCHv2 0/9] Introducing a YoctoSDKAutotoolsProjectNature

2013-04-11 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de Hi, this patch series does a refactoring in the project natures. It does not add new functionality. In detail, this means the following: Initially, the org.yocto.sdk.ide plugin defined 2 natures: 1/ YoctoSDKProjectNature (every template project has

[yocto] [PATCHv2 1/9] plugins/sdk.ide: Prepared templates for autotools nature

2013-04-11 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de Added an extra variable to the templates and the creating process. They are now prepared for a new autotools nature. --- plugins/org.yocto.sdk.ide/plugin.xml |4 .../sdk/ide/wizard/NewYoctoCProjectTemplate.java |3 +++

[yocto] [PATCHv2 2/9] plugins/sdk.ide: Added a new YoctoSDKAutotoolsProjectNature

2013-04-11 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de This nature is intended for Yocto projects that use Autotools as a build system. It requires the YoctoSDKProjectNature and will be used by the existing templates. --- .../OSGI-INF/l10n/bundle.properties|1 +

[yocto] [PATCHv2 3/9] plugins/sdk.ide: Added a check method for the global target profie

2013-04-11 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de Added an own method (copied code) in YoctoSDKChecker that checks the validity of the globally selected profile. This method will be used in the next patch and will replace duplicated code. --- .../src/org/yocto/sdk/ide/YoctoSDKChecker.java | 13

[yocto] [PATCHv2 4/9] plugins/sdk.ide: Switch to YoctoSDKAutotoolsProjectNature

2013-04-11 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de The YoctoSDKProjectNature remains the basic nature for all Yocto projects in the IDE. The projects using Autotools (all templates) get the YoctoSDKProjectNature and additionally the YoctoSDKAutotoolsProjectNature. The process NewYoctoCProjectTemplate

[yocto] [PATCHv2 5/9] plugins/sdk.ide: Renamed existing project type

2013-04-11 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de The existing project type is suitable only for Autotools projects, as it is a subClass of an Autotools project type. The name should reflect this. --- .../OSGI-INF/l10n/bundle.properties|2 +- 1 file changed, 1 insertion(+), 1

[yocto] [PATCHv2 6/9] plugins/sdk.ide: Renamed existing templates

2013-04-11 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de The existing templates are all Autotools-based. Ensured that ids, names and file names reflect this. --- plugins/org.yocto.sdk.ide/plugin.xml |6 +- .../EmptyCAutotoolsProject/template.properties | 14 ++

[yocto] [PATCHv2 8/9] plugins/sdk.ide: Improved usage of strings in class

2013-04-11 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de Extracted string constants. Added missing NON-NLS-1 declarations. --- .../NewYoctoAutotoolsProjectPostProcess.java | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git

[yocto] [PATCHv2 9/9] plugins/sdk.ide: Extracted error message to YoctoSDKMessages

2013-04-11 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de Improved the i18n ability. --- .../org/yocto/sdk/ide/YoctoSDKMessages.properties |1 + .../NewYoctoAutotoolsProjectPostProcess.java |8 2 files changed, 5 insertions(+), 4 deletions(-) diff --git

[yocto] how to use native executable from one recipe during install in another recipe

2013-04-11 Thread Michael Fainstein
I have one recipe that inherits native, builds native executable and installs it in tmp/work/x86_64-linux/foo-native-1.00-r0/image/sbin/foo Another recipe depends on first one and needs to execute foo in its do_install in order to install files in

Re: [yocto] how to use native executable from one recipe during install in another recipe

2013-04-11 Thread Eric Bénard
Hi Michael, Le Thu, 11 Apr 2013 11:58:50 +, Michael Fainstein michael.fainst...@ecitele.com a écrit : I have one recipe that inherits native, builds native executable and installs it in tmp/work/x86_64-linux/foo-native-1.00-r0/image/sbin/foo do you have BBCLASSEXTEND = native in this

Re: [yocto] 1.4_M6.rc1 started

2013-04-11 Thread Georgescu, Alexandru C
We will wait for the next build. Thanks, -- Alexandru Georgescu -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Richard Purdie Sent: Thursday, April 11, 2013 11:38 To: Flanagan, Elizabeth Cc: yocto@yoctoproject.org Subject:

[yocto] Arguement list too big error in bitbake meta-toolchain for MIPS architechture

2013-04-11 Thread Krishna Dwivedi
Hi All, I am trying to build recipe meta-toolchain for MIPS architecture but running into errors. Can anyone please let me know, if I am missing anything here or what could be root cause of this and how can I fix it. I have followed these steps: 1)In WORKDIR/build/conf/local.conf-I selected

Re: [yocto] how to use native executable from one recipe during install in another recipe

2013-04-11 Thread Michael Fainstein
-Original Message- From: Eric Bénard [mailto:e...@eukrea.com] Sent: יום ה 11 אפריל 2013 15:53 To: Michael Fainstein Cc: yocto@yoctoproject.org Subject: Re: [yocto] how to use native executable from one recipe during install in another recipe Hi Michael, Le Thu, 11 Apr 2013

[yocto] [PATCH meta-ivi] core-boot-genivi: include dependencies from MACHINE_EXTRA_RRECOMMENDS

2013-04-11 Thread Mikko Rapeli
BSP layers may have important but non-essential packages in the variable, for example firmware packages from meta-fsl-arm for imx6 boards. Signed-off-by: Mikko Rapeli mikko.rap...@iki.fi --- recipes-yocto-ivi/packagegroups/packagegroup-core-boot-genivi.bb |3 ++- 1 file changed, 2

[yocto] [yocto-docs][PATCH 00/29] Documentation fixes (cover letter only)

2013-04-11 Thread Paul Eggleton
A set of documentation patches adding a number of variable definitions, improvements to the classes reference and a number of other miscellaneous fixes. The following changes since commit 368055bc046277fe601ff3a64913044be0a15e6d: ref-manual: Updated the FILESEXTRAPATHS variable description.

Re: [yocto] [PATCH][eclipse-poky][master] Systemtap: use FileDialog instead of DirectoryDialog for script browser

2013-04-11 Thread Zhang, Jessica
Merged to eclipse-poky master and Dylan Thanks, Jessica -Original Message- From: adrian.du...@enea.com [mailto:adrian.du...@enea.com] Sent: Wednesday, April 10, 2013 9:12 AM To: Zhang, Jessica Cc: yocto@yoctoproject.org; Adrian Dudau Subject: [PATCH][eclipse-poky][master] Systemtap: use

Re: [yocto] 1.4_M6.rc1 respin now available

2013-04-11 Thread Flanagan, Elizabeth
Sorry all. I left out the meta-qt3 hash which is: 4c27cce6688aa39852f3cba5e7b80ec279019605 -b On Thu, Apr 11, 2013 at 1:42 PM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: All green! Please begin QA on this build. http://autobuilder.yoctoproject.org/pub/nightly/20130411-3 poky

Re: [yocto] Config fragment not being picked up

2013-04-11 Thread Saridakis, Dean (US SSA)
Think I've followed the example in the manual correctly. My append file is pretty simple: FILESEXTRAPATHS_prepend := ${THISDIR}/${PN} It looks like you forgot the colon at the end of the path. Try this: FILESEXTRAPATHS_prepend := ${THISDIR}/${PN}: -Kevin Good eye, but afraid that