diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 19:36:07 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-04 09:46:26 -0800 |
commit | ca148f4627ed7e1b4858a9d0950b5e720df17e09 (patch) | |
tree | 10904fff88164e2e279055c4109100b0e085b2e5 /meta/recipes-bsp | |
parent | 641fc9bad076333a0881910d804a8f267f073515 (diff) | |
download | poky-ca148f4627ed7e1b4858a9d0950b5e720df17e09.tar.gz |
sstate.bbclass: fix multimachine builds when PACKAGE_ARCH = MACHINE_ARCH
previously you could only build one set of packages for multiple machines:
MACHINE=foo bitbake task-base
MACHINE=bar bitbake task-base
would only create task-base packages for foo, but not for both foo and bar.
Doing MACHINE=bar bitbake task-base -c cleanall would remove the packages for foo.
The solution is to use MULTIMACH_ARCH as suggested by Richard Purdie.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp')
0 files changed, 0 insertions, 0 deletions