[yocto] yocto toolchain

2015-03-23 Thread Haim Badash
How can I install the yocto toolchain in directory that I choose (not the default directory)? I run poky...toolchain-1.6.2.sh (that created when I run 'bitbake meta-toolchain'), and I choose target directory for SDK. The toolchain Installed in the directory that I choose, but yet has a link to

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 9:19 AM, jan alexandru vaduva wrote: > I have attached the log file. You need to package them up correctly in packages Look at the external sourcery toolchain recipes for help > > > On Thu, Oct 31, 2013 at 6:11 PM, Khem Raj wrote: >> >> On Thu, Oct 31, 2013 at 7:54 AM, j

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 7:54 AM, jan alexandru vaduva wrote: > I am trying something like this, but I have some annoying QA issues: > QA Issue: Files/directories were installed but not shipped > > Hope to make them dissapear. I tried adding: > FILES_${PN} += .. > or > install -D -m 0755 ${S}/...

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread jan alexandru vaduva
I am trying something like this, but I have some annoying QA issues: QA Issue: Files/directories were installed but not shipped Hope to make them dissapear. I tried adding: FILES_${PN} += .. or install -D -m 0755 ${S}/... ${D}/... but with no succes. Do you have any ideeas regarding this. Than

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 1:38 AM, jan alexandru vaduva wrote: > Thanks for the information. That is what I was looking for. I was asking of > the canadian build possibilities for a toolchian and I found the answer to > that question. > > If I may ask. There was a thread: > " > >>* I have a cross-to

[yocto] Yocto toolchain build question

2013-10-31 Thread jan alexandru vaduva
Thanks for the information. That is what I was looking for. I was asking of the canadian build possibilities for a toolchian and I found the answer to that question. If I may ask. There was a thread: " >* I have a cross-toolchain supplied by an ARM SoC vendor which I need to*>* use to build my di

Re: [yocto] Yocto toolchain build question

2013-10-30 Thread Khem Raj
On Wed, Oct 23, 2013 at 6:19 AM, jan alexandru vaduva wrote: > Hello, > > I have a curiosity: > Take a toolchain that builds for a 32-bits architecture, but breaks for a > 64-bits one. > Is there a way to ensure that when builded with Yocto that toolchain will be > generated and used to build targ

Re: [yocto] Yocto toolchain compilation Issues

2013-10-28 Thread Khem Raj
On Wed, Oct 23, 2013 at 2:01 AM, Rohit2 Jindal wrote: > Hi , > > Actually I am trying to compile our own toolchain by applying our board > specific patches to it in yocto . But getting error (attached error log) > while running gcc-cross-initial for 4.6.3 toolchain . > > I have removed some patc

[yocto] Yocto toolchain build question

2013-10-23 Thread jan alexandru vaduva
Hello, I have a curiosity: Take a toolchain that builds for a 32-bits architecture, but breaks for a 64-bits one. Is there a way to ensure that when builded with Yocto that toolchain will be generated and used to build target specific recipes. Thanks, Alex __

[yocto] Yocto toolchain compilation Issues

2013-10-23 Thread Rohit2 Jindal
Hi , Actually I am trying to compile our own toolchain by applying our board specific patches to it in yocto . But getting error (attached error log) while running gcc-cross-initial for 4.6.3 toolchain . I have removed some patches to make it compatible for my own required toolchain patch vers