Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Laszlo Papp
This issue is fixed by not having the default MACHINE ??= "qemux86", but a real arm machine, like beagleboard. On Wed, Jul 24, 2013 at 8:47 AM, Rifenbark, Scott M < scott.m.rifenb...@intel.com> wrote: > Hi, > > ** ** > > Can anyone address the toolchain questions here for Laszlo? > > *

Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Laszlo Papp
Yeah, I already filed a bugreport: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4899 On Wed, Jul 24, 2013 at 7:16 PM, Saul Wold wrote: > On 07/24/2013 11:11 AM, Laszlo Papp wrote: > >> It seems I can reproduce the issue with even beagleboard + poky using >> poky dylan vanilla. >> >> Anyone

Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Saul Wold
On 07/24/2013 11:11 AM, Laszlo Papp wrote: It seems I can reproduce the issue with even beagleboard + poky using poky dylan vanilla. Anyone mind fixing this very nasty bug? Please file a bug and include your local.conf and any other configuration files and setup information you have. I will l

Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Laszlo Papp
It seems I can reproduce the issue with even beagleboard + poky using poky dylan vanilla. Anyone mind fixing this very nasty bug? On Wed, Jul 24, 2013 at 5:46 PM, Laszlo Papp wrote: > Here you can find the two outputs for "bitbake -e busybox". The broken > sourcery, and not so broken csl: > >

Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Laszlo Papp
Here you can find the two outputs for "bitbake -e busybox". The broken sourcery, and not so broken csl: http://ix.io/6QZ http://ix.io/6R1 Yeah, I know it is a bad practice to paste files to a mailing list, so forgive that for me now, please. On Wed, Jul 24, 2013 at 4:20 PM, Laszlo Papp wrote:

Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Laszlo Papp
If I change external-csl to external-sourcery, busybox keeps failing with the following error: ERROR: ExpansionError during parsing /home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/busybox/ busybox_1.20.2.bb: Failure expanding variable do_configure: ExpansionError: Failure expandi

Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Bill Traynor
On Wed, Jul 24, 2013 at 11:08 AM, Laszlo Papp wrote: > I was using that based on the non-official documentation (i.e. presentation > at the Linux event). external-sourcery is the new TCMODE and should work, however, I just thought trying the old one may work. > > > On Wed, Jul 24, 2013 at 4:06 P

Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Laszlo Papp
This one to be precise: TCMODE = "external-csl" EXTERNAL_TOOLCHAIN = "/usr/local/arm-2009q1" TARGET_PREFIX = "arm-none-linux-gnueabi-" On Wed, Jul 24, 2013 at 4:08 PM, Laszlo Papp wrote: > I was using that based on the non-official documentation (i.e. > presentation at the Linux event). > > >

Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Bill Traynor
Try with: TCMODE = "external-csl" EXTERNAL_TOOLCHAIN = "/path/to/sourcery/toolchain" On Wed, Jul 24, 2013 at 3:47 AM, Rifenbark, Scott M wrote: > Hi, > > > > Can anyone address the toolchain questions here for Laszlo? > > > > Thanks, > > Scott > > > > From: djsz...@archlinux.us [mailto:djsz...@a

Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Laszlo Papp
I was using that based on the non-official documentation (i.e. presentation at the Linux event). On Wed, Jul 24, 2013 at 4:06 PM, Bill Traynor wrote: > Try with: > > TCMODE = "external-csl" > EXTERNAL_TOOLCHAIN = "/path/to/sourcery/toolchain" > > On Wed, Jul 24, 2013 at 3:47 AM, Rifenbark, Scot

Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Laszlo Papp
Sorry for the noise. Disregard the busybox issue as that has been now solved. The problem is with the external sourcery toolchain inside the platform as it seems. At least, the error message has no any reference to my custom layer. On Wed, Jul 24, 2013 at 3:14 PM, Laszlo Papp wrote: > It is a d

Re: [yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Laszlo Papp
It is a different issue I am facing on another computer, so yet another one to be solved, but here it goes: ERROR: Multiple .bb files are due to be built which each provide busybox (/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta-foo/recipes-core/busybox/busybox_1.20.2.bb /home/lpapp/Project

[yocto] FW: FW: [OE-core] Doc: external toolchain

2013-07-24 Thread Rifenbark, Scott M
Hi, Can anyone address the toolchain questions here for Laszlo? Thanks, Scott From: djsz...@archlinux.us [mailto:djsz...@archlinux.us] On Behalf Of Laszlo Papp Sent: Tuesday, July 23, 2013 11:52 PM To: Rifenbark, Scott M Cc: Wold, Saul Subject: Re: FW: [OE-core] Doc: external toolchain OK, tha