mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 19:17:07 +00:00
bitbake: Correctly route events from the worker to the server
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1467,5 +1467,5 @@ class runQueuePipe():
|
||||
while self.read():
|
||||
continue
|
||||
if len(self.queue) > 0:
|
||||
print("Warning, worker left partial message")
|
||||
print("Warning, worker left partial message: %s" % self.queue)
|
||||
self.fd.close()
|
||||
|
||||
Reference in New Issue
Block a user