bitbake: runqueue: Move the bitbake-worker execution to a higher level
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 17:11:49 +0000 (18:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Jun 2013 11:52:56 +0000 (12:52 +0100)
commit76de879bcb262834608f4a9b6b9d102b58d7a9a7
tree8da491937ca2b792a5315958b98d561e1f476185
parentfeaff5486ac95dca38b0964ac20a5c69b82cb244
bitbake: runqueue: Move the bitbake-worker execution to a higher level

The worker was being executed by each execution queue so would get
constructed twice for each build. This is wasteful so move execution
to the main runqueue so we only have to start the worker once.

(Bitbake rev: 8117f8480125b121b2b5ac0afc31b108d9e670ae)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/runqueue.py