From a403ddbbbab3f83e59214ddf9e67210cd07fa2cc Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 28 Jul 2015 15:24:41 +0100 Subject: bitbake: bitbake: toaster: Wait for toaster gui to come Set logging level for the Toaster logger to get messages to toaster_ui.log Reverted previous workaround. [YOCTO: #7965] (Bitbake rev: f1d8e0ff7233f17cff3a56db10d2443b392b407d) Signed-off-by: Ed Bartosh Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/bldcontrol/localhostbecontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/bldcontrol/localhostbecontroller.py') diff --git a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py index 1d3d1ce12c..3e16837be1 100644 --- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py +++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py @@ -139,7 +139,7 @@ class LocalhostBEController(BuildEnvironmentController): with open(filepath, "r") as f: f.seek(filepos) for line in f: - if line.startswith("Bitbake server started on demand"): + if line.startswith("NOTE: ToasterUI waiting for events"): return True return False -- cgit v1.2.3-54-g00ecf