bitbake: siggen/runqueue/bitbake-worker: Improve siggen data transfer interface
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Sep 2014 09:34:41 +0000 (10:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Sep 2014 16:31:17 +0000 (17:31 +0100)
commit0787e23fa9b9e1ce3502c4aef978b8bdd54f0c97
treece462fce7ba9be3f16380623794a8a577e7c5ac3
parent96b007bbcef84d1bd5ea8368f8146fb469241d18
bitbake: siggen/runqueue/bitbake-worker: Improve siggen data transfer interface

We need to transfer some of the siggen data from the core/cooker into
the worker instances. There was a partial API created for this but
its ugly and its not possible to extend it from the siggen class.

This patch completes the interface/abstraction for the data and
means the class can extend/customise it in any siggen class.

(Bitbake rev: cf2d642052979d236185c5b8ca2c5478c06e62ae)

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