summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-27 15:13:54 +0100
committerSaul Wold <sgw@linux.intel.com>2011-05-27 10:48:28 -0700
commit9425e8eee19a5a74a3aa35eb7e201c3a8e7fe8e6 (patch)
tree275bd88af2fa25e3df49af6ee890b9621e641e2f /meta
parentdd7e260fe374e337a385d1cb8951cb3de8a2c741 (diff)
downloadpoky-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 'meta')
0 files changed, 0 insertions, 0 deletions