aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-28 12:14:42 +0100
committerSteve Sakoman <steve@sakoman.com>2023-06-29 05:22:47 -1000
commit907416ee1062f87f5844ab0638b54616abfc1a22 (patch)
tree1a3b44a8a661376c03995acbadd4a52f36dae5a6 /bin
parent0c6f86b60cfba67c20733516957c0a654eb2b44c (diff)
downloadbitbake-907416ee1062f87f5844ab0638b54616abfc1a22.tar.gz
runqueue: Fix deferred task/multiconfig race issue
If there are several multiconfigs in play for example a non-multiconfig with a task with one hash and then three multiconfigs for the same task, different architectures but the same hash (different to the non-mc), the three mcs will be deferred until after the non-mc task but then will all run together and race against each other. Change the code to re-enable deferred tasks one at a time. This way, if they do race, they won't run in parallel against each other. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 9523e28658ad7fb446645b590608dfac2812afd3) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions