poky/bitbake/lib/bb/ui
Robert Yang e89f812a0a bitbake: knotty.py: fix unknown event bb.event.DiskFull
There is an error:

ERROR: No new tasks can be excuted since the disk space monitor action
is "STOPTASKS"!
ERROR: Unknown event: <bb.event.DiskFull object at 0x2ab6310>

This is because we don't handle the event bb.event.DiskFull in
knotty.py, we don't want the knotty to do anything here since we have
done everything in monitordisk.py, so just ignore this event would fix
the problem.

[YOCTO #3523]

(Bitbake rev: 571d88c10dee674a27d39db81bc245425fe2b27e)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-04 10:17:20 +00:00
..
crumbs bitbake: hob: hob was freezing because it doesn't receives well the log file 2012-12-07 17:25:54 +00:00
icons bitbake: hob/settings: implement a new tab in settings dialog to show SSTATE_MIRRORS 2012-09-28 11:13:08 +01:00
__init__.py Formatting cleanups 2010-07-02 15:41:32 +01:00
depexp.py bitbake: command: add error to return of runCommand 2012-12-07 17:25:54 +00:00
goggle.py bitbake: command: add error to return of runCommand 2012-12-07 17:25:54 +00:00
hob.py Hob: lower the limitation for PyGTK 2012-06-08 12:13:15 +01:00
knotty.py bitbake: knotty.py: fix unknown event bb.event.DiskFull 2013-03-04 10:17:20 +00:00
ncurses.py bitbake: command: add error to return of runCommand 2012-12-07 17:25:54 +00:00
puccho.py Rename the ui 'init' method to 'main' 2011-01-04 14:46:47 +00:00
uievent.py bitbake: Add client socket info for BitBakeServerConnection 2012-02-23 22:52:16 +00:00
uihelper.py bitbake: bb/ui/uihelper.py: Ensure task current and total numbers are updated for setscene events too 2012-08-16 11:19:02 +01:00