diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-10 22:31:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-09 06:12:09 -0800 |
commit | 518b1f3de509a328c5972ad8c0530270f8de8cd6 (patch) | |
tree | 5b66acf74c77c3782d9a6ac28e3bb8d56eaed759 /scripts/opkg-query-helper.py | |
parent | ff5bedcaf0a97d30ffa33ae4f090881b0fe2d37a (diff) | |
download | poky-518b1f3de509a328c5972ad8c0530270f8de8cd6.tar.gz |
bitbake: providers: Fix determinism issue
We saw builds where runtime providers were sometimes changing order and the
build result was therefore non-deterministic. For example it could show:
DEBUG: providers for lib32-initd-functions are: ['lib32-lsbinitscripts', 'lib32-initscripts']
or
DEBUG: providers for lib32-initd-functions are: ['lib32-initscripts', 'lib32-lsbinitscripts']
which could cause a test to pass or fail.
This change ensures we don't rely on the random order of dictonaries in
memory and act deterministically.
(Bitbake rev: eddab52a4e7c49bfcdc2c26004d0bc777a1e5c25)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/opkg-query-helper.py')
0 files changed, 0 insertions, 0 deletions