diff options
author | Schmidt, Adriaan <adriaan.schmidt@siemens.com> | 2022-05-06 14:10:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-17 15:05:08 +0000 |
commit | 9940cd4d8d7b424ec209a446519dd97c3840dcd4 (patch) | |
tree | 393d4131a4e043ee5376b29411a31d7a946cef2b /bitbake/lib/bb/runqueue.py | |
parent | f0d06b5563ac83b7049e65662deadcae9a7f00de (diff) | |
download | poky-9940cd4d8d7b424ec209a446519dd97c3840dcd4.tar.gz |
bitbake: bitbake-diffsigs: break on first dependent task difference
compare_sigfiles() recursively calculates differences on all dependent
tasks with changed hashes. This is done in arbitrary/alphabetical order, and
only the last of those results is returned, while everything else is discarded.
This changes the behavior to instead return the first difference and not calculate
any more, which significantly speeds up diffs of tasks with many dependencies.
(Bitbake rev: 89f13cd4a927a73de98998c27082c63b07671525)
Signed-off-by: Adriaan Schmidt <adriaan.schmidt@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ea6a676c9aa2864c2eff40eea41ba09ce903a651)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
0 files changed, 0 insertions, 0 deletions