generic-poky/bitbake/lib/toaster/bldcontrol
Alexandru DAMIAN e163522205 bitbake: toaster: build control functionality
We add the build control functionality to toaster.

* The bldcontrol application gains bbcontroller classes
that know how to manage a localhost build environment.

* The toaster UI now detects it is running under build
environment controller, and update the build controller
database and will shut down the bitbake server once
the build is complete.

* The toaster script can now run in standalone mode,
launching the build controller and the web interface instead
of just monitoring the build, as in the interactive mode.

* A fixture with the default build controller entry for
localhost is provided.

[YOCTO #5490]
[YOCTO #5491]
[YOCTO #5492]
[YOCTO #5493]
[YOCTO #5494]
[YOCTO #5537]

(Bitbake rev: 10988bd77c8c7cefad3b88744bc5d8a7e3c1f4cf)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-13 11:55:34 +01:00
..
fixtures bitbake: toaster: build control functionality 2014-06-13 11:55:34 +01:00
management bitbake: toaster: build control functionality 2014-06-13 11:55:34 +01:00
migrations bitbake: toaster: create models for bldcontrol and enable it 2014-06-13 11:55:33 +01:00
__init__.py bitbake: toaster: initial bldcontrol application 2014-06-13 11:55:33 +01:00
bbcontroller.py bitbake: toaster: build control functionality 2014-06-13 11:55:34 +01:00
models.py bitbake: toaster: build control functionality 2014-06-13 11:55:34 +01:00
tests.py bitbake: toaster: build control functionality 2014-06-13 11:55:34 +01:00
views.py bitbake: toaster: initial bldcontrol application 2014-06-13 11:55:33 +01:00