[yocto] MACHINE setting

Trevor Woerner trevor.woerner at linaro.org
Mon Jul 15 15:44:48 PDT 2013


On 15 July 2013 16:28, Michael Fainstein <Michael.Fainstein at ecitele.com> 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.



More information about the yocto mailing list