Re: [OE-core] [PATCH 4/5] sstate.bbclass: disable thread lock if we don't have events

2021-08-18 Thread Jose Quaresma
First of all, sorry for the inconvenience of this patch that adds many troubles. I have concluded from the commit history that the lock is introduced because of the progress bar and I don't know that the debug message uses the events when it runs inside threads. Basically I am wrong in my

Re: [OE-core] [PATCH 4/5] sstate.bbclass: disable thread lock if we don't have events

2021-08-11 Thread Richard Purdie
On Mon, 2021-08-09 at 10:48 +0100, Jose Quaresma wrote: > commit f2053844958325496a9387874a8f3182400b71ca > 'classes/sstate.bbclass: Enable thread lock when checkstatus' > adds a thread lock to don't lose the events from multiple threads > that runs on the ThreadPool. > > commit

[OE-core] [PATCH 4/5] sstate.bbclass: disable thread lock if we don't have events

2021-08-09 Thread Jose Quaresma
commit f2053844958325496a9387874a8f3182400b71ca 'classes/sstate.bbclass: Enable thread lock when checkstatus' adds a thread lock to don't lose the events from multiple threads that runs on the ThreadPool. commit 1444b8a2ae226829e719d3d184fca27e5940ae0d 'sstate.bbclass: Only show sstate mirror