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
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
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
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
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
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 +++-
...
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
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 |
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
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.
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
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
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
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
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-
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
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(-
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
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
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
>
>
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
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
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
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
*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
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
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
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
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 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
__
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
31 matches
Mail list logo