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

[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 __