diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-14 11:48:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-14 17:28:23 +0100 |
commit | 977a293f2fe99e3cfacb55cae9f8d39b2ed0468e (patch) | |
tree | dd7f5466864d9a0a9e66176a47b534f0af47e7f9 /bitbake/README | |
parent | 3fb90d0fffffd3a615edef648716b73b3b540e9e (diff) | |
download | poky-977a293f2fe99e3cfacb55cae9f8d39b2ed0468e.tar.gz |
bitbake: runqueue: Fix event timing race
The event from the task notifiing of hash equivalency should only be processed
when the task completes. This can otherwise result in a race where a dependent
task may run before the original task completes causing various failures.
To make this work reliably, the code had to be restructured quite a bit.
(Bitbake rev: 1bf5be46f92f125193638cf41ff207d68f592259)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/README')
0 files changed, 0 insertions, 0 deletions