diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-19 14:25:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-25 21:26:15 +0000 |
commit | 3e8e6700cc1e6842f1621f715b9dad1c529fda66 (patch) | |
tree | 797869d00e9530ac32d1ca0076288ae019d3b4d0 /meta/recipes-support/libmpc | |
parent | 49bc773cd0852dcdf3c3796a52bce7e3fef28217 (diff) | |
download | poky-3e8e6700cc1e6842f1621f715b9dad1c529fda66.tar.gz |
bitbake: runqueue: Fix hash equivalence duplicate tasks running
The key problem is that currently running setscene tasks are not
accounted for when processing task migrations. This means can allow
two of the same task to execute at the same time with unpredictable
effects.
This change allows us to stop doing that and refactor the code slightly
to make it clearer that these conditions don't arrive even with
deferred tasks.
(Bitbake rev: 33ffc2128b1a74fa7179a8341db68cddf402536f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libmpc')
0 files changed, 0 insertions, 0 deletions