generic-poky/bitbake/lib/toaster/bldcontrol
Ed Bartosh 7cd768061b bitbake: toaster: use knotty when working with bitbake server
Using empty BITBAKE_UI environment variable causes bitbake server
to fail with the error:
    FATAL: Unable to import extension module "" from bb.ui
           Valid extension modules: knotty or toasterui\n'

Used BITBAKE_UI="knotty" when starting and stoping bitbake
server to solve above issue.

(Bitbake rev: b9a9ddfb6f53259be214032fb93812149d0cce19)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-06-02 08:24:04 +01:00
..
management bitbake: toaster: use decode('utf-8') for binary data 2016-06-02 08:24:03 +01:00
migrations bitbake: toaster: bldcontrol models Add a cancelling state the BuildRequest 2016-04-06 23:10:29 +01:00
__init__.py bitbake: toaster: initial bldcontrol application 2014-06-13 11:55:33 +01:00
admin.py bitbake: toaster: enable admin interface on select models 2014-08-29 13:56:49 +01:00
bbcontroller.py bitbake: toaster: moved import bb.server.xmlrpc 2016-06-02 08:24:04 +01:00
localhostbecontroller.py bitbake: toaster: use knotty when working with bitbake server 2016-06-02 08:24:04 +01:00
models.py bitbake: toaster: use force_text instead of force_bytes 2016-06-02 08:24:03 +01:00
tests.py bitbake: bin, toaster: Fix print and exception syntax 2016-05-11 10:34:30 +01:00
views.py bitbake: toaster: initial bldcontrol application 2014-06-13 11:55:33 +01:00