]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
knotty.py: fix unknown event bb.event.DiskFull
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 1 Feb 2013 08:56:45 +0000 (16:56 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2013 12:08:36 +0000 (12:08 +0000)
commit0fa874dbe0532bbe88ade405f514a237e6cd2488
treeaed0fdfb2f00bba57d792dd39feb4eaa2a5222f5
parentdf217701318d60559be0b10214b883b8ce4f5d2a
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]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/knotty.py