Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-26 Thread Dominic Sacré
On 2015-01-23 13:54, Otavio Salvador wrote: On Thu, Jan 22, 2015 at 8:31 PM, Dominic Sacré dominic.sa...@gmx.de wrote: When I build the recipe I get what appear to be the correct binaries for the host architecture, located in the target-specific work directory (e.g.

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-26 Thread Denys Dmytriyenko
On Fri, Jan 23, 2015 at 10:54:39AM -0200, Otavio Salvador wrote: On Thu, Jan 22, 2015 at 8:31 PM, Dominic Sacré dominic.sa...@gmx.de wrote: On 2015-01-21 14:37, Otavio Salvador wrote: The fw tools inside of U-Boot qualifies for both target and cross use cases. When used in cross or

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-23 Thread Otavio Salvador
On Thu, Jan 22, 2015 at 8:31 PM, Dominic Sacré dominic.sa...@gmx.de wrote: On 2015-01-21 14:37, Otavio Salvador wrote: The fw tools inside of U-Boot qualifies for both target and cross use cases. When used in cross or crosssdk, it can be used to change things in the generated image (sdcard for

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-22 Thread Dominic Sacré
On 2015-01-21 14:37, Otavio Salvador wrote: The fw tools inside of U-Boot qualifies for both target and cross use cases. When used in cross or crosssdk, it can be used to change things in the generated image (sdcard for example) while in the target case it can be used in the runtime system.

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Richard Purdie
On Wed, 2015-01-21 at 14:27 -0500, Denys Dmytriyenko wrote: On Wed, Jan 21, 2015 at 11:23:38AM -0200, Raphael Philipe wrote: I was explained about the difference in a different way. cross generates binary for the host architecture. But the way this binary is generated depends of the

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Richard Purdie
On Wed, 2015-01-21 at 16:31 -0500, Denys Dmytriyenko wrote: On Wed, Jan 21, 2015 at 09:23:35PM +, Richard Purdie wrote: On Wed, 2015-01-21 at 14:27 -0500, Denys Dmytriyenko wrote: On Wed, Jan 21, 2015 at 11:23:38AM -0200, Raphael Philipe wrote: I was explained about the difference in

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Denys Dmytriyenko
On Wed, Jan 21, 2015 at 09:23:35PM +, Richard Purdie wrote: On Wed, 2015-01-21 at 14:27 -0500, Denys Dmytriyenko wrote: On Wed, Jan 21, 2015 at 11:23:38AM -0200, Raphael Philipe wrote: I was explained about the difference in a different way. cross generates binary for the host

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Denys Dmytriyenko
On Wed, Jan 21, 2015 at 11:23:38AM -0200, Raphael Philipe wrote: I was explained about the difference in a different way. cross generates binary for the host architecture. But the way this binary is generated depends of the target architecture. Native generated binaries that do not depend of

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Raphael Philipe
I was explained about the difference in a different way. cross generates binary for the host architecture. But the way this binary is generated depends of the target architecture. Native generated binaries that do not depend of the target architecture. Regards, On Tue, Jan 20, 2015 at 12:44

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Otavio Salvador
On Wed, Jan 21, 2015 at 11:23 AM, Raphael Philipe rapp...@gmail.com wrote: I was explained about the difference in a different way. cross generates binary for the host architecture. But the way this binary is generated depends of the target architecture. Native generated binaries that do not

[yocto] Difference between target, cross, native and nativesdk.

2015-01-20 Thread Raphael Philipe
Hi, I'm working on a set of recipes that must be configurable to be baked in native, nativesdk, cross and target. I have a bunch of questions concerning this terms. I searched the documentation and wasn't able to find a definitive explanation for these terms. I will write some statements bellow

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-20 Thread Paul Eggleton
Hi Raphael, On Tuesday 20 January 2015 09:17:49 Raphael Philipe wrote: I'm working on a set of recipes that must be configurable to be baked in native, nativesdk, cross and target. I have a bunch of questions concerning this terms. I searched the documentation and wasn't able to find a

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-20 Thread Raphael Philipe
Thank you Paul, On Tue, Jan 20, 2015 at 10:23 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Raphael, On Tuesday 20 January 2015 09:17:49 Raphael Philipe wrote: I'm working on a set of recipes that must be configurable to be baked in native, nativesdk, cross and target. I have a

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-20 Thread Paul Eggleton
On Tuesday 20 January 2015 12:39:16 Raphael Philipe wrote: On Tue, Jan 20, 2015 at 10:23 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 20 January 2015 09:17:49 Raphael Philipe wrote: I'm working on a set of recipes that must be configurable to be baked in native,