Re: [yocto] how does one use a prebuilt toolchain from the toolchain/ directory?

2012-10-10 Thread Patrick Turley
I just read your posting of 26 June on the Yocto mailing list: https://lists.yoctoproject.org/pipermail/yocto/2012-June/009714.html I didn't see any responses. Did you get any help with this issue? ___ yocto mailing list yocto@yoctoproject.org https:

Re: [yocto] how does one use a prebuilt toolchain from the toolchain/ directory?

2012-07-03 Thread Robert P. J. Day
On Tue, 3 Jul 2012, Gary Thomas wrote: > Use SSTATE_MIRRORS to point at the sstate-cache of the first build. > This will let bitbake reuse as much as possible, including the toolchain. > > I do exactly as you are proposing above and my builds for the "secondary" > targets can be as little as a cou

Re: [yocto] how does one use a prebuilt toolchain from the toolchain/ directory?

2012-07-03 Thread Robert P. J. Day
On Tue, 3 Jul 2012, Gary Thomas wrote: > Use SSTATE_MIRRORS to point at the sstate-cache of the first build. > This will let bitbake reuse as much as possible, including the toolchain. > > I do exactly as you are proposing above and my builds for the "secondary" > targets can be as little as a cou

Re: [yocto] how does one use a prebuilt toolchain from the toolchain/ directory?

2012-07-03 Thread Gary Thomas
On 2012-07-03 03:51, Robert P. J. Day wrote: On Mon, 2 Jul 2012, Zhang, Jessica wrote: On Tue, Jun 26, 2012 at 4:51 AM, Robert P. J. Day wrote: ... snip ... 4) once i install a toolchain, how do i use it? say i install the arm toolchain, and want to build a beagleboard image. at what poi

Re: [yocto] how does one use a prebuilt toolchain from the toolchain/ directory?

2012-07-03 Thread Robert P. J. Day
On Mon, 2 Jul 2012, Zhang, Jessica wrote: > On Tue, Jun 26, 2012 at 4:51 AM, Robert P. J. Day > wrote: ... snip ... > > 4) once i install a toolchain, how do i use it? say i install the arm > > toolchain, and want to build a beagleboard image. at what point do i > > source the arm toolchain

Re: [yocto] how does one use a prebuilt toolchain from the toolchain/ directory?

2012-07-02 Thread Zhang, Jessica
See my comments below... -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Manuel Bessler Sent: Monday, July 02, 2012 1:02 PM To: Yocto discussion list Subject: Re: [yocto] how does one use a prebuilt toolchain from the toolchain

Re: [yocto] how does one use a prebuilt toolchain from the toolchain/ directory?

2012-07-02 Thread Manuel Bessler
I'm in a similar situation and have been wondering about the same questions Robert is raising... I'd love to see others chime in with any insight they might have. Thanks, Manuel On Tue, Jun 26, 2012 at 4:51 AM, Robert P. J. Day wrote: > >   it sounds like a trivial question whose answer should

[yocto] how does one use a prebuilt toolchain from the toolchain/ directory?

2012-06-26 Thread Robert P. J. Day
it sounds like a trivial question whose answer should be easy to find, but surprisingly, it isn't. if a user wants to save all that toolchain-building time and take advantage of an existing toolchain, what to do? the ADT user's guide *sort of* addresses that, but in a somewhat confusing way: