Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread Nicolas Dechesne
On Wed, Jul 16, 2014 at 6:37 PM, atulkumar singh wrote: > Thanks for your reply. > And i am using Fedora20. > Also please let me know how to check whether the machine has been install > with 32bit lib or not? I don't use Fedora, so i can't give the exact instructions, but the first 2 links on goo

Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread atulkumar singh
Hi Nicolas, Thanks for your reply. And i am using Fedora20. Also please let me know how to check whether the machine has been install with 32bit lib or not? Thanks and regards, Atul On 16 Jul 2014 19:15, "Nicolas Dechesne" wrote: > On Wed, Jul 16, 2014 at 3:28 PM, atulkumar singh > wrote: > >

Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread Nicolas Dechesne
On Wed, Jul 16, 2014 at 3:28 PM, atulkumar singh wrote: > I wish to build my toolchain independent of host machine, either my sdk > machine is 32bit or 64 bit. > Like for 32bit host machine i am mentioning with i686 for SDKMACHINE in > local.conf and x86-64 for 64 bit machine. > Please let me know

[yocto] Toolchain build independent of host machine

2014-07-16 Thread atulkumar singh
Hi All, I wish to build my toolchain independent of host machine, either my sdk machine is 32bit or 64 bit. Like for 32bit host machine i am mentioning with i686 for SDKMACHINE in local.conf and x86-64 for 64 bit machine. Please let me know what i need to do to make my toolchain independent of whe