[yocto] [PATCH 1/1] meta: new bsp - cedartrail

2011-11-03 Thread rahul . saxena
From: rsaxena Signed-off-by: Rahul Saxena --- .../bsp/cedartrail/cedartrail-preempt-rt.scc |7 +++ .../bsp/cedartrail/cedartrail-standard.scc |7 +++ .../cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg | 58 .../cfg/kernel-cache/bsp/cedartrail/cedartr

[yocto] [PATCH 66/66] Crystal Forest Machine Added. Signed-off-by: Kishore Bodke

2011-11-03 Thread kishore . k . bodke
From: Kishore Bodke --- .../bsp/crystalforest/crystalforest-preempt-rt.scc |8 +++ .../bsp/crystalforest/crystalforest-standard.scc |7 ++ .../bsp/crystalforest/crystalforest.cfg| 65 .../bsp/crystalforest/crystalforest.scc| 15 + 4

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-03 Thread James Abernathy
I had some success, so I thought I'd report that out: Following a combination of the Yocto Project Development Manual and Tom's notes below, I got a successful build and the image booted from a USB flash drive on a Crownbay Development platform, without EMGD GFX driver. The only change I needed to

[yocto] [PATCH] Update old URL for docs that's being redirected these days.

2011-11-03 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/README b/README index 981786d..1eee6ca 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ e.g. for the hardware support. Poky is in turn a component of the Yocto Project. The Yocto Project has extensive documentation about the system including

Re: [yocto] Help diagnosing a build failure involving ncurses, gettext, and eglibc

2011-11-03 Thread Joshua Lock
On 03/11/11 02:36, Jack Mitchell wrote: > On 03/11/2011 05:21, Darren Hart wrote: >> >> On 11/02/2011 10:16 PM, McClintock Matthew-B29882 wrote: >>> On Thu, Nov 3, 2011 at 12:12 AM, Darren Hart >>> wrote: I came up with the following to ensure I have a log of every bitbake command I run

Re: [yocto] what's the proper value for BB_NUMBER_THREADS?

2011-11-03 Thread Robert P. J. Day
On Thu, 3 Nov 2011, Darren Hart wrote: > > > On 10/31/2011 10:39 AM, Gary Thomas wrote: > > On 2011-10-31 11:25, Robert P. J. Day wrote: > >> On Mon, 31 Oct 2011, Mark Hatle wrote: > >> > >>> On 10/30/11 11:15 AM, Robert P. J. Day wrote: > On Sun, 30 Oct 2011, Christian Gagneraud wrote: > >>>

Re: [yocto] is there some rationale for the various yocto "download" URLs?

2011-11-03 Thread Michael Halstead
On 11/03/2011 06:38 AM, Robert P. J. Day wrote: currently the download URLs are a bit confusing. first, there's http://www.yoctoproject.org/download This is the project download page. It is meant to provide information about downloads but not a complete listing. which takes you to the "

Re: [yocto] what's the proper value for BB_NUMBER_THREADS?

2011-11-03 Thread Darren Hart
On 10/31/2011 10:39 AM, Gary Thomas wrote: > On 2011-10-31 11:25, Robert P. J. Day wrote: >> On Mon, 31 Oct 2011, Mark Hatle wrote: >> >>> On 10/30/11 11:15 AM, Robert P. J. Day wrote: On Sun, 30 Oct 2011, Christian Gagneraud wrote: > On 30/10/11 15:32, Robert P. J. Day wrote: >

Re: [yocto] libtool can't read a la files

2011-11-03 Thread Mark Hatle
On 11/3/11 4:50 AM, Mike Tsukerman wrote: > Hello, I've build core-image-minimal-dev (it does not metter for what > architecture, the same bugs appears in arm and i586) image and faced a > problem. > When i'm trying to build something from tarball, i get a libtool errors. It's > not only for libz

[yocto] is there some rationale for the various yocto "download" URLs?

2011-11-03 Thread Robert P. J. Day
currently the download URLs are a bit confusing. first, there's http://www.yoctoproject.org/download which takes you to the "download" page. then there's the ever so similar URL: http://www.yoctoproject.org/downloads which redirects you to: http://downloads.yoctoproject.org/rele

Re: [yocto] libtool can't read a la files

2011-11-03 Thread Darren Hart
Hi Mike, On 11/03/2011 02:50 AM, Mike Tsukerman wrote: > Hello, I've build core-image-minimal-dev (it does not metter for what > architecture, the same bugs appears in arm and i586) image and faced a > problem. When i'm trying to build something from tarball, i get a > libtool errors. It's not onl

[yocto] Fwd: [oe] Planned outage to move servers into new rackspace.

2011-11-03 Thread Philip Balister
FYI Original Message Subject: [oe] Planned outage to move servers into new rackspace. Date: Thu, 3 Nov 2011 04:35:48 -0700 From: Tom King Reply-To: openembedded-de...@lists.openembedded.org To: openembedded-de...@lists.openembedded.org today, 3NOV2011, between 1000-1200PDT (180

Re: [yocto] Help diagnosing a build failure involving ncurses, gettext, and eglibc

2011-11-03 Thread Jack Mitchell
On 03/11/2011 05:21, Darren Hart wrote: On 11/02/2011 10:16 PM, McClintock Matthew-B29882 wrote: On Thu, Nov 3, 2011 at 12:12 AM, Darren Hart wrote: I came up with the following to ensure I have a log of every bitbake command I run along with some useful stats. Feel free to use it or flame it