diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-21 13:36:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-22 12:36:40 +0000 |
commit | fe11d18ffd2105ea899332415089b4bb122cc4d9 (patch) | |
tree | 76885d481a7f80dbea1cae3dd3e200ef4b1ab922 /oe-init-build-env-memres | |
parent | f048db1c6444d93578b4648938da18f22985e389 (diff) | |
download | poky-fe11d18ffd2105ea899332415089b4bb122cc4d9.tar.gz |
bitbake: runqueue: Ensure setscene tasks with overlapping stamps don't parallel execute
In multiconfig, mutliple tasks can execute which share the same stamp file. These
must not execute in parallel, the idea is the first should execute, the subsequent
ones should see a valid stamp and get skipped.
The normal task execution code has stamps code to handle this, this adds similar
code to the setscene execute() function to handle the issue there too.
(Bitbake rev: 937acf267fa9e45f538695b2cf8aa83232a96240)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env-memres')
0 files changed, 0 insertions, 0 deletions