diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 15:13:54 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-27 10:48:28 -0700 |
commit | 9425e8eee19a5a74a3aa35eb7e201c3a8e7fe8e6 (patch) | |
tree | 275bd88af2fa25e3df49af6ee890b9621e641e2f /scripts/runqemu-internal | |
parent | dd7e260fe374e337a385d1cb8951cb3de8a2c741 (diff) | |
download | poky-9425e8eee19a5a74a3aa35eb7e201c3a8e7fe8e6.tar.gz |
bitbake/cooker.py: Ensure BBFILES is processed in order
The files found by collect_bbfiles should be processed in order but due
to being processed using python's set(), the order was not being preserved.
Use a list instead as whilst the code is slightly more ugly, order
is preserved.
Addresses [YOCTO #1100]
Acked-by: Darren Hart <dvhart@linux.intel.com>
(Bitbake rev: c12dd868368bdc3a4f800e075a30c67edca28d47)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-internal')
0 files changed, 0 insertions, 0 deletions