]> code.ossystems Code Review - openembedded-core.git/commit
oe/utils.py: Add support for init/end helper functions in ThreadWorker.
authorAníbal Limón <anibal.limon@linux.intel.com>
Tue, 23 Jun 2015 16:49:54 +0000 (11:49 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Jun 2015 08:25:51 +0000 (09:25 +0100)
commit08c50d62b520c8405f034e3d7adeea89e06226ee
tree66a0f536f9bf5e0a2e1fb98bdb0da31a03429ea1
parent524d92ed7b53bef933527095e82f378b934f25ef
oe/utils.py: Add support for init/end helper functions in ThreadWorker.

Add init/end helper functions for ThreadWorker also pass ThreadWorker
as first argument to init/end/func functions this enables per-thread
storage handling.

classes/sstate.bbclass: Add thread_worker argument to checkstatus
function.

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
meta/lib/oe/utils.py