Re: [OE-core] [PATCH] classes/sstate.bbclass: Enable thread lock when checkstatus

2016-10-04 Thread Aníbal Limón
This patch depends on bitbake one, http://lists.openembedded.org/pipermail/bitbake-devel/2016-October/008129.html Cheers, alimon On 10/04/2016 11:45 AM, Aníbal Limón wrote: > The checkstatus function fires an event to notify bitbake UI about > the progress of the task, this function is i

[OE-core] [PATCH] classes/sstate.bbclass: Enable thread lock when checkstatus

2016-10-04 Thread Aníbal Limón
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 --- meta/classes/