mirror of
git://git.yoctoproject.org/poky
synced 2026-09-13 18:07:38 +00:00
bitbake/cooker: Ensure delays are accurately transfered to the idle loops from runqueue
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5c4e290899
commit
579ecccc22
@ -672,7 +672,7 @@ class BBCooker:
|
|||||||
return False
|
return False
|
||||||
if retval is True:
|
if retval is True:
|
||||||
return True
|
return True
|
||||||
return 0.5
|
return retval
|
||||||
|
|
||||||
self.server.register_idle_function(buildFileIdle, rq)
|
self.server.register_idle_function(buildFileIdle, rq)
|
||||||
|
|
||||||
@ -709,7 +709,7 @@ class BBCooker:
|
|||||||
return False
|
return False
|
||||||
if retval is True:
|
if retval is True:
|
||||||
return True
|
return True
|
||||||
return 0.5
|
return retval
|
||||||
|
|
||||||
self.buildSetVars()
|
self.buildSetVars()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user