Re: [yocto] MACHINE setting

2013-07-15 Thread Trevor Woerner
On 15 July 2013 16:28, Michael Fainstein wrote: > How can I build packages for different MACHINEs without changing local.conf? If your local.conf contains a '?=' MACHINE line e.g.: MACHINE ?= "qemux86" then you can override this on the cmdline e.g.: MACHINE=qemuppc bitbake core-imag

Re: [yocto] MACHINE setting

2013-07-15 Thread Khem Raj
On Jul 15, 2013, at 8:28 AM, Michael Fainstein wrote: > Hi, > > I have several similar boards with different PPC CPUs. > How can I build packages for different MACHINEs without changing local.conf? > I tried setting MACHINE and/or MACHINEOVERRIDES in my recipe that lists all > my other recip

[yocto] MACHINE setting

2013-07-15 Thread Michael Fainstein
Hi, I have several similar boards with different PPC CPUs. How can I build packages for different MACHINEs without changing local.conf? I tried setting MACHINE and/or MACHINEOVERRIDES in my recipe that lists all my other recipes in DEPENDS. However, MACHINE setting affected only the main recipe,