]> code.ossystems Code Review - openembedded-core.git/commit
classes/sstate.bbclass: Enable thread lock when checkstatus
authorAníbal Limón <anibal.limon@linux.intel.com>
Tue, 4 Oct 2016 16:45:53 +0000 (11:45 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2016 23:15:29 +0000 (00:15 +0100)
commit6e0bb9d141438c0051c32b0d3a247915b71ccb82
treec1b99197cba1bc902d047abae439174917fab8ec
parentc0a22a8d3e5d44ae3fba14a52582d39cfc600318
classes/sstate.bbclass: Enable thread lock when checkstatus

The checkstatus function fires an event to notify bitbake UI about
the progress of the task, this function is implemented using ThreadPool
and is causing event lose when multiple threads tries to fire an event
(writes over socket/fd).

[YOCTO #10330]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass