[yocto] meta-xilinx targetting oe-core master

2013-06-03 Thread Sipke Vriend
Hi all, A dylan branch has been created, in meta-xilinx, for anyone needing to build against yocto 1.4 or needing an environment that is not changing. This Dylan branch still requires an external tool chain for the microblaze architecture and targets linux-xlnx 3.8 and u-boot-xlnx 2013.01. All

[yocto] Commercial usage of Yocto

2013-06-03 Thread Kumita Bruce
Yocto experts, I am a learner of Yocto, Yocto is a very good tool to build images for embedded devices. I have one question, can Yocto be used for commercial purpose? If the answer is yes, what should I do before using it for commercial purpose? Cheers, Bruce __

Re: [yocto] opkg list-installed is empty

2013-06-03 Thread seth bollinger
Paul Eggleton June 3, 2013 7:10 47AM Hi Seth,If /var/lib/opkg is empty in your image, it can only be because its contents have been deleted; and that could be either because the value of IMAGE_FEATURES doesn't end up containing package-management, or alternatively remov

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, June 04, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-06-03 Thread Liu, Song
Agenda: * Opens collection - 5 min (Song) * Yocto 1.4.2 status - 10 min (Paul) * Yocto 1.5 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status * SWAT team rotation: Bogdan Marinescu -> Cristian Iorga * Opens - 10 min * Team Sharing - 20 min (UK number upda

Re: [yocto] [eclipse-poky][PATCH 0/7] Fixed bug in creating remote debug launcher

2013-06-03 Thread Zhang, Jessica
Merged to eclipse-poky master. Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Atanas Gegov Sent: Monday, June 03, 2013 1:30 AM To: yocto@yoctoproject.org Subject: [yocto] [eclipse-poky][PATCH 0/7] Fixed bug in

Re: [yocto] [eclipse-poky][PATCH 0/7] Introducing a YoctoSDKCMakeProjectNature

2013-06-03 Thread Zhang, Jessica
Hi Atanas, Thanks, this is perfect to get our QA a standard test case for the function. They can add other corner case tests for stress test. Thanks, Jessica From: Atanas Gegov [mailto:atanas.gegov@gmail.com] Sent: Tuesday, May 28, 2013 5:36 AM To: Zhang, Jessica Cc: yocto@yoctoproj

[yocto] gcc enable-languages

2013-06-03 Thread Edward Vidal
*Dat Tran* dtran11 at gmail.comwrote >* Hello,*>* I want to add support for FORTRAN in my image.*>* On target gcc -v >shows --enable-languages=c,c++*>* This needs to >--enable-languages=c,c++,fortran.based on my host system.*>* How does the >variable FORTRAN in >*/home/vidal/POKY/build032813_p

Re: [yocto] Problem building the linux kernel outside source directory for mips

2013-06-03 Thread Bruce Ashfield
On 13-06-03 02:54 PM, Michael Stickel wrote: On 02/06/13 22:23, Bruce Ashfield wrote: Can you define "trashed" ? My defconfig is for mips and the .config file was for x86. Hmmm. That should definitely not happen, unless the wrong BSP description is being picked up and built. Is this the qemu

Re: [yocto] gcc enable-languages

2013-06-03 Thread Dat Tran
Edward Vidal writes: > Hello, > I want to add support for FORTRAN in my image. > On target gcc -v shows --enable-languages=c,c++ > This needs to --enable-languages=c,c++,fortran.based on my host system. > How does the variable FORTRAN in /home/vidal/POKY/build032813_panda/poky/meta/recipes-devto

Re: [yocto] Problem building the linux kernel outside source directory for mips

2013-06-03 Thread Michael Stickel
On 02/06/13 22:23, Bruce Ashfield wrote: Can you define "trashed" ? My defconfig is for mips and the .config file was for x86. But I will dig into the documentation you mentioned first and try to find out what I did wrong and come back later. Best Regards Michael PS: Sorry for the PM, wron

Re: [yocto] [yocto-autobuilder][PATCH] nightly-qa-extras: fix timeout arg

2013-06-03 Thread Flanagan, Elizabeth
Although this actually doesn't fix the issue because of how we iterate through the values passed in and assign them. I'll get this patched today, in the meantime I'm going to bump the default in Sanity to 2400. -b On Mon, Jun 3, 2013 at 9:36 AM, Flanagan, Elizabeth wrote: > Hi Stefan, > > I just

Re: [yocto] [yocto-autobuilder][PATCH] nightly-qa-extras: fix timeout arg

2013-06-03 Thread Flanagan, Elizabeth
Hi Stefan, I just pushed the exact same patch. Thank you! -b On Mon, Jun 3, 2013 at 7:52 AM, Stefan Stanacar wrote: > This needs to be an integer, not a string. > Fixes: > http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-extras/builds/32/steps/Running%20Sanity%20Tests/logs/stdio > >

Re: [yocto] Building own cmake based package using Yocto

2013-06-03 Thread Philip Balister
On 06/03/2013 08:49 AM, Arpit Jain wrote: > Hi, > > I am trying to build a CMake based package using Yocto on Linux (SUSE Linux > Enterprise Desktop 11 (x86_64)). I am trying to build (cross compile) for > PowerPC. Look at the cmake.bbclassfile. The gnuradio recipe in meta-oe uses this class. Ph

[yocto] Building own cmake based package using Yocto

2013-06-03 Thread Arpit Jain
Hi, I am trying to build a CMake based package using Yocto on Linux (SUSE Linux Enterprise Desktop 11 (x86_64)). I am trying to build (cross compile) for PowerPC. I have specified MACHINE as "qemuppc" in local.conf file before command "bitbake -k core-image-minimal". I have written a very simple

[yocto] [yocto-autobuilder][PATCH] nightly-qa-extras: fix timeout arg

2013-06-03 Thread Stefan Stanacar
This needs to be an integer, not a string. Fixes: http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-extras/builds/32/steps/Running%20Sanity%20Tests/logs/stdio Signed-off-by: Stefan Stanacar --- buildset-config/nightly-qa-extras.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

Re: [yocto] Problem to compile kernel (enable nfsd)

2013-06-03 Thread Caio
Thank you guys! Now Works! --- meta-yocto/conf/distro/poky-lsb.conf |2 +- meta/conf/machine/include/qemu.inc |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf index 53d088f..355bd50 100644

Re: [yocto] yocto-doubts

2013-06-03 Thread Nicolas Dechesne
On Mon, Jun 3, 2013 at 2:47 PM, Akshay Sahota wrote: > > Hi all, > I am following this link > > http://www.reliableembeddedsystems.com/wiki/index.php?title=Yocto_%2B_meta-ti > > to install danny-8.0.1 > Everything is working fine till the command > > git clone git://git.yoctoproject.org/meta-

[yocto] yocto-doubts

2013-06-03 Thread Akshay Sahota
Hi all, I am following this link http://www.reliableembeddedsystems.com/wiki/index.php?title=Yocto_%2B_meta-ti to install danny-8.0.1 Everything is working fine till the command git clone git://git.yoctoproject.org/meta-ti meta-ti but after that,the next command git co master is not worki

Re: [yocto] Yocto with Fedora 18

2013-06-03 Thread Paul Eggleton
On Wednesday 29 May 2013 11:51:15 Rohit2 Jindal wrote: > 1 When I run my recipe it stops after completing 63-tasks and again I have > to rerun my recipe back to complete left out around 415 tasks. I did not > got why it shows this type of behavior. But this thing didn't happen with > fedora 9 or f

Re: [yocto] opkg list-installed is empty

2013-06-03 Thread Paul Eggleton
Hi Seth, On Monday 03 June 2013 06:49:06 Seth Bollinger wrote: > I'm having a problem with opkg. When I run the image I've built with the > package-management feature and PACKAGE_CLASS equal to package_ipk, the > image has no installed packages. They're obviously installed, because it's > runnin

[yocto] opkg list-installed is empty

2013-06-03 Thread Seth Bollinger
Hello All, I'm having a problem with opkg. When I run the image I've built with the package-management feature and PACKAGE_CLASS equal to package_ipk, the image has no installed packages. They're obviously installed, because it's running but "opkg list-installed" is empty. I was expecting a lar

[yocto] [PATCH 7/7] plugins/sdk.ide: Moved more locally used methods

2013-06-03 Thread Atanas Gegov
From: Atanas Gegov Moved public methods from the YoctoSDKUtils class that are used locally in just one other class. This should reduce the complexity of the YoctoSDKUtils class and decrease unneeded coupling between classes. --- .../managedbuilder/job/ExecuteConfigureJob.java| 29 +++- ...

[yocto] [PATCH 5/7] plugins/sdk.ide: Changed access level modifiers for some methods

2013-06-03 Thread Atanas Gegov
From: Atanas Gegov Declared some methods, that are only privately used, as private. This simplifies the public API of the YoctoSDKUtils class. --- .../src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java | 132 +--- 1 file changed, 61 insertions(+), 71 deletions(-) diff --git a/plug

[yocto] [PATCH 4/7] plugins/sdk.ide: Moved a locally used method

2013-06-03 Thread Atanas Gegov
From: Atanas Gegov The method splitString(...) is used only locally. Removed from the YoctoSDKUtils in order to simplify the overpopulated YoctoSDKUtils class. --- .../natures/YoctoSDKAutotoolsProjectNature.java| 21 +--- .../src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java |

[yocto] [PATCH 6/7] plugins/sdk.ide: Removed unused methods

2013-06-03 Thread Atanas Gegov
From: Atanas Gegov Removed methods from the YoctoSDKUtils class that are not used. --- .../src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java | 12 1 file changed, 12 deletions(-) diff --git a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java b/plugins/org.yo

[yocto] [PATCH 1/7] plugins/sdk.ide: Extracted a private method

2013-06-03 Thread Atanas Gegov
From: Atanas Gegov Extracted a method that gets the full path of the environment-setup-* file. --- .../src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java | 22 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/utils

[yocto] [eclipse-poky][PATCH 0/7] Fixed bug in creating remote debug launcher

2013-06-03 Thread Atanas Gegov
From: Atanas Gegov Hi, this patch series fixes a bug where the remote debug launcher is not correctly created because not all Yocto natures are added to the project at the point where the method is being called. The path to the binary was in some cases (by new CMake project) not correctly set.

[yocto] [PATCH 3/7] plugins/sdk.ide: Decoupled launcher creation from environment setting

2013-06-03 Thread Atanas Gegov
From: Atanas Gegov The creation of the remote debug and qemu launchers is now decoupled from the method setEnvironmentVariables(...). This also fixes a bug where the remote debug launcher is not correctly created because at the time of the call not all relevant Yocto natures are added to the proj

[yocto] [PATCH 2/7] plugins/sdk.ide: Extracted launchers creation

2013-06-03 Thread Atanas Gegov
From: Atanas Gegov The creation of the RemoteDebug launcher and the Qemu launcher is extracted in an own method. The creation of both launchers should be decoupled from the setting of the project environment. This is done in the next patch. --- .../src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java

Re: [yocto] Settings for HardFP and some general things

2013-06-03 Thread Nicolas Dechesne
On Sat, Jun 1, 2013 at 11:01 AM, Florian Augustin wrote: > Hello experts :) > > I'm currently trying to set up Yocto poky for a Wandboard-Solo with i.mx6 > solo. > My questions are: > - How can I configure Yocto to use Hard Floating (VFPv3 or better NEON)? I > read some stuff on the net to set DEF

Re: [yocto] [yocto-docs][PATCH] dev-manual: correct location of license data

2013-06-03 Thread Rifenbark, Scott M
Trevor, Thanks for the patch. I have applied it. Scott >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Trevor Woerner >Sent: Friday, May 31, 2013 9:30 PM >To: yocto@yoctoproject.org >Subject: [yocto] [yocto-docs][PATCH] de