bitbake: toaster: add Toaster UI interface
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Thu, 26 Sep 2013 11:50:50 +0000 (12:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Oct 2013 10:13:49 +0000 (11:13 +0100)
commit2e3b02ccf339a8d9fe74a77e5c5c12a99e3b7cf5
treedc8c52663f45618aef4155ec81c940e00d42e4e9
parent58eec3ec39d955ae4b4ea499240f5fafed62b174
bitbake: toaster: add Toaster UI interface

Adding a new bitbake UI interface named 'toasterui'.

'toasterui' listens for events and data coming from a
bitbake server during a run, and records it
in a data store using the Toaster object model.

Adds a helper class named BuildInfoHelper that
reconstructs the state of the bitbake server and
saves relevant data to the data store.

Code portions contributed by Calin Dragomir <calindragomir@gmail.com>.

(Bitbake rev: 62200ff6694b21fbd5abf009a6f47ad93adf5309)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/buildinfohelper.py [new file with mode: 0644]
bitbake/lib/bb/ui/toasterui.py [new file with mode: 0644]