Re: MACHINE setting


Trevor Woerner <trevor.woerner@...>
 

On 15 July 2013 16:28, Michael Fainstein <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-image-minimal

But if your local.conf contains a '=' MACHINE line

e.g.:

MACHINE = "qemux86"

then you can't override it on the cmdline.

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.