Re: [yocto] problems building 'neard'

2013-03-18 Thread Trevor Woerner
Yes, thanks everyone. Pulling the latest fixes the problem. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Timeout elimination

2013-03-18 Thread Florin Cristian Dan
Hello, i've managed to burn the BSP image (emenlow) on a usb stick, on booted on my target machin, apparently it works fine, but i would like to know how can i eliminate that 10 day timeout, i've tried to enter the address that is given in the splash http://yoctoproject.org/tlk but is not working

[yocto] [META-OE][PATCH] iperf 2.0.5 + fix for minor bug while cross-compiling

2013-03-18 Thread Simon Egli
Please see attached my patch to iperf 2.0.5 + fix I hope this may be of use for someone and that it will be integrated in to yocto master Greetings, Simon From 5a46a34945539ac46046bec9534322c09ff0896a Mon Sep 17 00:00:00 2001 From: Simon Egli simon.e...@tik.ee.ethz.ch Date: Mon, 18 Mar 2013

Re: [yocto] [META-OE][PATCH] iperf 2.0.5 + fix for minor bug while cross-compiling

2013-03-18 Thread Martin Jansa
On Mon, Mar 18, 2013 at 12:41:32PM +0100, Simon Egli wrote: Please see attached my patch to iperf 2.0.5 + fix I hope this may be of use for someone and that it will be integrated in to yocto master Greetings, Simon From 5a46a34945539ac46046bec9534322c09ff0896a Mon Sep 17 00:00:00 2001

Re: [yocto] [META-OE][PATCH] iperf 2.0.5 + fix for minor bug while cross-compiling

2013-03-18 Thread Martin Jansa
On Mon, Mar 18, 2013 at 12:41:32PM +0100, Simon Egli wrote: Please see attached my patch to iperf 2.0.5 + fix I hope this may be of use for someone and that it will be integrated in to yocto master And please read README in meta-oe checkout and send v2 to right ML. From

[yocto] remove /usr/share/terminfo

2013-03-18 Thread Hans Beckérus
This is a continuation of the thread handling removal of /boot/uImage and terminfo database. The /boot/uImage is solved but I am still having issues with trying to remove /usr/share/terminfo database. I thought it would be as easy as just creating a ncurses .bbappend and configure the package with

Re: [yocto] Timeout elimination

2013-03-18 Thread Bruce Ashfield
On 13-03-18 04:34 AM, Florin Cristian Dan wrote: Hello, i've managed to burn the BSP image (emenlow) on a usb stick, on booted on my target machin, apparently it works fine, but i would like to know how can i eliminate that 10 day timeout, i've tried to enter the To answer this part of the

Re: [yocto] [linux-yocto] [PATCH 0/1] [meta-realtime] Add rt-app, schedtool, define core-image-realtime, and append recipies-kernel

2013-03-18 Thread Bruce Ashfield
On 13-03-17 03:36 AM, Insop Song wrote: On Sat, Mar 16, 2013 at 9:04 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: This looks good to me now, I still think we'll have some confusion between the core rt images and core-image-realtime that we are introducing here. I may rename it

Re: [yocto] [question] icecc: improve interaction with sstate

2013-03-18 Thread Trevor Woerner
On Sun, Mar 17, 2013 at 7:17 PM, Martin Jansa martin.ja...@gmail.com wrote: Please use better Subject next time, I was wondering what could be broken by my patch to icecc and your question is quite unrelated to that commit. Something like neard failing to build with latest poky would be

[yocto] Help configuring pulseaudio

2013-03-18 Thread Gary Thomas
I know this is a little off-topic. I have a Poky/Yocto based system running pulseaudio out of the box. Output (playback) works great, but it is choosing the wrong device for input. I'm hoping someone can give me a pointer on how to configure things to get the input correct. Here are my

Re: [yocto] [linux-yocto] [PATCH 0/1] [meta-realtime] Add rt-app, schedtool, define core-image-realtime, and append recipies-kernel

2013-03-18 Thread Insop Song
On Mon, Mar 18, 2013 at 7:21 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: I went with core-image-rt-extended this morning. The changes have been merged, briefly tested and pushed to the yocto layer. I've also created a docs/ subirectory in the layer, if you have test steps,

[yocto] Error when building image in Hob

2013-03-18 Thread Andreas Enbacka
an image (adding some package(s)), the image build always fail with an error message as follows: Hob found an error: Required build target 'hob-image-20130318-131837' has no buildable providers. Missing or unbuildable dependency chain was ['hob-image-20130318-131837','libgstinterfaces-0.10

[yocto] How to script HOB settings

2013-03-18 Thread Kurt Stevens
Hello, I have been building images using HOB, and that works very well. I had read in the docs about creating a custom package group, and I did this, and it worked well until I needed to incorporate some openembedded layers. After that my custom package group is either being

Re: [yocto] Timeout elimination

2013-03-18 Thread Kurt Stevens
As for putting the image on a cf card, it may depend on which file system you would use. I am using ext3 on a cf card, following the instructions for installing to a hard drive on this page: https://wiki.yoctoproject.org/wiki/How_do_I Luck to you. Florin Cristian Dan

[yocto] TMPDIR collision

2013-03-18 Thread Trevor Woerner
I have been going through the archives from this list looking for information to not only improve my build times but to make these builds safer (there are hints dropped here and there that these large builds are bad on disks which has me worried seeing that I use the same disk+partition for both

[yocto] [meta-baryon] [PATCH 0/5] Updates and fixes

2013-03-18 Thread Kevin Strasser
Cc: Paul Eggleton paul.eggle...@linux.intel.com The following changes since commit 566cb211cee8a9870257a4ac2fc706990a70b9d2: nfs-utils: update bbappend version to 1.2.7 (2013-02-27 15:24:30 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib

[yocto] [meta-baryon][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf

[yocto] [meta-baryon][for-danny][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf

[yocto] [meta-baryon][for-denzil][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf

[yocto] [meta-meson][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf

[yocto] [meta-meson-bsp][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf

[yocto] [meta-selinux][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf

[yocto] [meta-selinux][for-danny][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf

[yocto] [meta-selinux][for-denzil][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf

[yocto] bitbaking error with hello world recipe

2013-03-18 Thread Sudhangathan B S
Hello, I'm new to oe and yocto project.. I simply created my own meta-dese layer, added it in layers.conf *This is the structure of meta-dese folder:* * * suan@edcn400:~/pokybuilds$ ls -R /home/suan/poky/meta-dese/ /home/suan/poky/meta-dese/: conf recipes-dese /home/suan/poky/meta-dese/conf:

[yocto] [meta-xilinx][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf

[yocto] [meta-qt3][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf

Re: [yocto] bitbaking error with hello world recipe

2013-03-18 Thread ChenQi
On 03/19/2013 10:11 AM, Sudhangathan B S wrote: Hello, I'm new to oe and yocto project.. I simply created my own meta-dese layer, added it in layers.conf *This is the structure of meta-dese folder:* * * suan@edcn400:~/pokybuilds$ ls -R /home/suan/poky/meta-dese/ /home/suan/poky/meta-dese/: