Re: [yocto] Cross compiler which runs on the target architecture.

2015-01-11 Thread Peter Saunderson
Hi Richard, As you can see from https://github.com/peteasa/meta-epiphany I have been busy and am now getting closer to my specialist recipes for the Epiphany processor where I create a cross compiler that runs on the target arm processor that will enable development of Epiphany code in the emb

Re: [yocto] Cross compiler which runs on the target architecture.

2014-12-23 Thread Peter Saunderson
Hi Richard, Thanks for the samples. I have been taking a slightly different approach. It seems to me that poky/cross-canadian.bbclass is very specific to SDK generation, and could almost be called cross-canadian-sdk.bbclass where the sdk reflects the choice of host architecture. There are f

Re: [yocto] Cross compiler which runs on the target architecture.

2014-12-23 Thread Nathan Rossi
On Tue, Dec 23, 2014 at 12:53 AM, Richard Purdie wrote: > Hi, > > On Sat, 2014-12-20 at 14:43 +, Peter Saunderson wrote: >> I have seen a brief IRC chat >> (https://www.yoctoproject.org/irc/%23yocto.2013-09-23.log.html talking >> about https://github.com/nathanrossi/meta-parallella) about this

Re: [yocto] Cross compiler which runs on the target architecture.

2014-12-23 Thread Richard Purdie
On Sat, 2014-12-20 at 14:43 +, Peter Saunderson wrote: > I have seen a brief IRC chat > (https://www.yoctoproject.org/irc/%23yocto.2013-09-23.log.html talking > about https://github.com/nathanrossi/meta-parallella) about this > question but nothing much else so this is an attempt to get more

Re: [yocto] Cross compiler which runs on the target architecture.

2014-12-22 Thread Richard Purdie
Hi, On Sat, 2014-12-20 at 14:43 +, Peter Saunderson wrote: > I have seen a brief IRC chat > (https://www.yoctoproject.org/irc/%23yocto.2013-09-23.log.html talking > about https://github.com/nathanrossi/meta-parallella) about this > question but nothing much else so this is an attempt to get

[yocto] Cross compiler which runs on the target architecture.

2014-12-20 Thread Peter Saunderson
Hi, I have seen a brief IRC chat (https://www.yoctoproject.org/irc/%23yocto.2013-09-23.log.html talking about https://github.com/nathanrossi/meta-parallella) about this question but nothing much else so this is an attempt to get more public feedback on this request. I am trying to build a c