]> code.ossystems Code Review - openembedded-core.git/commit
toaster.bbclass: read build stats
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 27 Nov 2013 16:21:00 +0000 (16:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Dec 2013 11:14:59 +0000 (11:14 +0000)
commit0c455c0708335eecd1e659680b6cddb4782e80fa
treec8d15ff3776991f6ac29e41031d737cac840538a
parent158679d244ff5b44354fb474c88122918b93a5b6
toaster.bbclass: read build stats

In the process of removing the local system
accesses from toaster UI (which must be able to
run remotely), the code to read build stats
is moved from Bitbake Toaster UI
to the server-side toaster.bbclass

The code will accumulate a list of stat files
to be read at build completion. When the
build completes, the whole data list is read and
sent through in a single event.

    [YOCTO #5604]

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
meta/classes/toaster.bbclass