diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-09 14:09:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-11 10:33:42 +0100 |
commit | 8a88c5696840d8ee725743cabbf838f94be21498 (patch) | |
tree | 0635edaebbbc10d9c86aa18c77b7b0ca807409f0 /meta/recipes-extended/bash | |
parent | 015266a66567b71d54caf2d7fda3045d3081fb71 (diff) | |
download | poky-8a88c5696840d8ee725743cabbf838f94be21498.tar.gz |
image: Fix IMAGE_FEATURES determinism issue
remain_features uses a dict which means the order is not deterministic. This
can lead to the task hash changing depending on the state of the memory at
parse time. This is particularly noticeable under python v3.
Since the dict is helpful in constructing the data, pass the data through
sort() so the order is always deterministic.
(From OE-Core rev: b08344e28dd33e3af5596007b11185d04fce255e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash')
0 files changed, 0 insertions, 0 deletions