Re: [oe] Why is OE so slow?

2010-05-20 Thread Gary Thomas
. Recent trees in the org.openembedded.dev branch have some 8370 recipes. When I initiate a build, it takes *forever* just to get started. -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [oe] Why is OE so slow?

2010-05-20 Thread Gary Thomas
: I'm using OpenEmbedded to build Angstrom. Recent trees in the org.openembedded.dev branch have some 8370 recipes. When I initiate a build, it takes *forever* just to get started. -- Gary Thomas | Consulting

Re: [oe] powerpc-g++ 4.2.4 problem casting long long to double

2010-05-19 Thread Gary Thomas
-linux-g++ -- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded

Re: [oe] powerpc-g++ 4.2.4 problem casting long long to double

2010-05-19 Thread Gary Thomas
On 05/19/2010 05:41 AM, Vitus Jensen wrote: On Wed, 19 May 2010, Gary Thomas wrote: On 05/19/2010 03:38 AM, Vitus Jensen wrote: We noticed a strange problem with C++ code casting long long variables to double, as a lot of qt-embedded code is doing. = double convert(long long

Re: [oe] FireFox on PowerPC

2010-04-06 Thread Gary Thomas
On 04/03/2010 07:44 PM, Gary Thomas wrote: On 04/03/2010 05:11 PM, Tom Rini wrote: On Sat, 2010-04-03 at 11:22 -0600, Gary Thomas wrote: On 04/03/2010 10:40 AM, Tom Rini wrote: On Sat, 2010-04-03 at 09:28 -0600, Gary Thomas wrote: That said, this seems to be a [Make] parallelism problem

Re: [oe] FireFox on PowerPC

2010-04-03 Thread Gary Thomas
On 03/31/2010 11:36 AM, Tom Rini wrote: On Wed, 2010-03-31 at 11:13 -0600, Gary Thomas wrote: On 03/31/2010 11:06 AM, Khem Raj wrote: On Wed, Mar 31, 2010 at 6:59 AM, Gary Thomasg...@mlbassoc.com wrote: Has anyone had success building FireFox for a PowerPC target - I'm using the development

Re: [oe] FireFox on PowerPC

2010-04-03 Thread Gary Thomas
On 04/03/2010 10:40 AM, Tom Rini wrote: On Sat, 2010-04-03 at 09:28 -0600, Gary Thomas wrote: That said, this seems to be a [Make] parallelism problem, not clear why/how. If I just rerun 'bitbake firefox' which restarts the compile step, it will run to completion. I do normally use -j4

Re: [oe] FireFox on PowerPC

2010-04-03 Thread Gary Thomas
On 04/03/2010 05:11 PM, Tom Rini wrote: On Sat, 2010-04-03 at 11:22 -0600, Gary Thomas wrote: On 04/03/2010 10:40 AM, Tom Rini wrote: On Sat, 2010-04-03 at 09:28 -0600, Gary Thomas wrote: That said, this seems to be a [Make] parallelism problem, not clear why/how. If I just rerun 'bitbake

Re: [oe] Request for branch merge

2010-04-01 Thread Gary Thomas
failed NOTE: package shasum-native-1.0-r1: task do_qa_configure: Failed ERROR: TaskFailed event exception, aborting I tried this with bitbake-1.8.18 and the version from Poky mainline. -- Gary Thomas | Consulting for the MLB

[oe] FireFox on PowerPC

2010-03-31 Thread Gary Thomas
? Query: is there an easy way to build a particular package version? What I've done is just add a line like this to my local.conf: PREFERRED_VERSION_firefox=3.5.2 Thanks for any help with this -- Gary Thomas

Re: [oe] FireFox on PowerPC

2010-03-31 Thread Gary Thomas
On 03/31/2010 08:58 AM, Martyn Welch wrote: Gary Thomas wrote: Has anyone had success building FireFox for a PowerPC target - I'm using the development branch (org.openembedded.dev) MACHINE=efika DISTRO = angstrom-2008.1 I've tried to build a number of different FireFox packages, none

Re: [oe] FireFox on PowerPC

2010-03-31 Thread Gary Thomas
as the default setup falls apart with regard to va_list processing. -- Gary Thomas | Consulting for the MLB Associates |Embedded world diff --git

Re: [oe] Porting OE to new hardware

2010-03-30 Thread Gary Thomas
-- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-devel

Re: [oe] ICU on mixed endian setup

2010-03-02 Thread Gary Thomas
On 03/02/2010 05:18 AM, Holger Hans Peter Freyther wrote: On Tuesday 02 March 2010 00:54:57 Gary Thomas wrote: I'm trying to use ICU on a big endian target, building on a little endian host. The data files don't seem to be generated for the target's endian mode. Is this correct? Does anyone

[oe] ICU on mixed endian setup

2010-03-01 Thread Gary Thomas
-- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

Re: [oe] output of helloworld

2010-01-11 Thread Gary Thomas
. It's most likely not /tmp - look in your local.conf for TMPDIR. Mine's set like this: TMPDIR = ${OEROOT}/build/tmp so my deploy directory is at ${OEROOT}/build/tmp/deploy -- Gary Thomas | Consulting for the MLB

Re: [oe] Problem using output of console-image

2010-01-06 Thread Gary Thomas
that. -- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

Re: [oe] Problem using bitbake

2009-12-08 Thread Gary Thomas
: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked. NOTE: Cache is clean, not saving. ERROR: Nothing PROVIDES 'helloword_image' Try 'bitbake helloworld-image' (dash, not underscore) -- Gary Thomas | Consulting

Re: [oe] Prebuilt toolchains

2009-11-18 Thread Gary Thomas
On 11/18/2009 06:40 AM, Gary Thomas wrote: On 11/17/2009 12:34 AM, Koen Kooi wrote: On 11-11-09 18:00, Gary Thomas wrote: I'd like to use my own toolchains when building OpenEmbedded. I've tried to follow the information at: http://docs.openembedded.org/usermanual/usermanual.html

Re: [oe] Prebuilt toolchains

2009-11-16 Thread Gary Thomas
On 11/13/2009 04:00 PM, Gary Thomas wrote: On 11/13/2009 11:41 AM, Chris Conroy wrote: On Fri, 2009-11-13 at 10:25 -0700, Gary Thomas wrote: This helped me find the problem - libgcc was required by busybox and the default provider for libgcc included gcc-cross. I ended up with only these [few

Re: [oe] Prebuilt toolchains

2009-11-13 Thread Gary Thomas
On 11/11/2009 02:29 PM, Chris Conroy wrote: On Wed, 2009-11-11 at 14:07 -0700, Gary Thomas wrote: Thanks for the pointer. Given that I'm really new with OE, can you give me a clue as to how to use that recipe? Can I just add some magic to my local.conf to make this work (instead of the lines

[oe] Prebuilt toolchains

2009-11-11 Thread Gary Thomas
due to PREFERRED_PROVIDERS At which point, OE goes off on its merry way to build the internal toolchains. What am I missing? -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [oe] Prebuilt toolchains

2009-11-11 Thread Gary Thomas
On 11/11/2009 01:39 PM, Chris Conroy wrote: On Wed, 2009-11-11 at 10:00 -0700, Gary Thomas wrote: I'd like to use my own toolchains when building OpenEmbedded. I've tried to follow the information at: http://docs.openembedded.org/usermanual/usermanual.html#commonuse_prebuilt_toolchain It's

Re: [oe] SDK problems

2009-10-22 Thread Gary Thomas
for a Cortex A8. In both cases post your config. What version of gcc, glibc, binutils were used? Stright forward BeagleBoard config - attached -- Gary Thomas | Consulting for the MLB Associates |Embedded

<    1   2   3   4