[yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Wolfgang Denk
Hi, in previous releases it ha always been possible to install a SDK configured for a i686 machine on both x86 and x86_64 systems. Since commit c04f5435 populate_sdk_base.bbclass: use SDK_ARCH instead of SDKMACHINE this does not work any more; instead, installation will abort with Error:

Re: [yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Laurentiu Palcu
Hi Wolfgang, On 01/22/2013 09:16 AM, Wolfgang Denk wrote: Hi, in previous releases it ha always been possible to install a SDK configured for a i686 machine on both x86 and x86_64 systems. Since commit c04f5435 populate_sdk_base.bbclass: use SDK_ARCH instead of SDKMACHINE this does not

Re: [yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Wolfgang Denk
Dear Laurentiu, In message 50fe4900.7020...@intel.com you wrote: in previous releases it ha always been possible to install a SDK configured for a i686 machine on both x86 and x86_64 systems. Since commit c04f5435 populate_sdk_base.bbclass: use SDK_ARCH instead of SDKMACHINE this

Re: [yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Laurentiu Palcu
On 01/22/2013 11:03 AM, Wolfgang Denk wrote: IdSDK_ARCHINST_ARCH Status == 1 ix86ix86works 2 ix86x86_64 works 3 x86_64 ix86cannot work 4 x86_64

Re: [yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Wolfgang Denk
Dear Laurentiu, In message 50fe5f87.4060...@intel.com you wrote: Id SDK_ARCHINST_ARCH Status == 1 ix86ix86works 2 ix86x86_64 works 3 x86_64 ix86cannot