bitbake/cooker: fix idle command processing in servers
authorJoshua Lock <josh@linux.intel.com>
Wed, 1 Dec 2010 16:59:04 +0000 (16:59 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 9 Dec 2010 12:41:44 +0000 (12:41 +0000)
commit494b35105cb6e1bba286ba07a1e5097bbb0e21ef
tree628c8cf5f596acd972dd21cf80ac2b2df3af31a5
parentee0455fc7502a411d80e5cf610be1403f84a69e0
bitbake/cooker: fix idle command processing in servers

idle command processing in each of the servers does not handle an explicit
None return value, which means the goggle UI ends up repeatedly adding
"Tasks Summary:" rows to the list.

This patch modifies BBCooker.buildTargets.buildTargetsIdle to return False
when BuildCompleted is fired, as is done in BBCooker.buildFile.buildFileIdle.
It may be that the correct way to fix this is to change the idle command
processing in the servers.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
bitbake/lib/bb/cooker.py