On 15 July 2013 16:28, Michael Fainstein <[email protected]> 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.
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto