[poky] multimachine builds, do they actually work in yocto?

Koen Kooi koen at dominion.thruhere.net
Mon Jan 3 03:33:27 PST 2011


Hi,

In OE I can do:

MACHINE=beagleboard bitbake task-base
MACHINE=omap3evm bitbake task-base

And have task-base packages in deploy/eglibc/ipk/beagleboard and deploy/eglibc/ipk/omap3evm.

In yocto I do:

MACHINE=beagleboard bitbake task-base
MACHINE=omap3evm bitbake task-base

And I get only the beagleboard packages. No matter how much I -c clean -c package_write -f I do it for omap3evm, I only get one set of packages :(

It does seem to work for other recipes, though, but I can't build console-image when doing multimachine builds.

regards,

Koen


More information about the poky mailing list