mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
knotty: Add back getTasks() call to ensure we don't repeat messges
(Bitbake rev: 8fed4fdf4bbbc9ef036ff96755c0bfe15c3a9dd0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -88,6 +88,8 @@ class TerminalFilter(object):
|
|||||||
if len(runningpids) == 0:
|
if len(runningpids) == 0:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
self.helper.getTasks()
|
||||||
|
|
||||||
tasks = []
|
tasks = []
|
||||||
for t in runningpids:
|
for t in runningpids:
|
||||||
tasks.append("%s (pid %s)" % (activetasks[t]["title"], t))
|
tasks.append("%s (pid %s)" % (activetasks[t]["title"], t))
|
||||||
|
|||||||
Reference in New Issue
Block a user