Searched refs:loglines (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | knotty.py | 342 def print_event_log(event, includelogs, loglines, termfilter): argument 357 if loglines: 359 if len(lines) > int(loglines): 374 loglines, error = server.runCommand(["getVariable", "BBINCLUDELOGS_LINES"]) 390 return includelogs, loglines, consolelogfile, logconfigfile 417 …includelogs, loglines, consolelogfile, logconfigfile = _log_settings_from_server(server, params.ob… 696 print_event_log(event, includelogs, loglines, termfilter)
|
| H A D | teamcity.py | 145 loglines, error = server.runCommand(["getVariable", "BBINCLUDELOGS_LINES"]) 149 return includelogs, loglines 155 includelogs, loglines = _log_settings_from_server(server) 254 details = deque(maxlen=loglines)
|
| H A D | toasterui.py | 43 loglines, error = server.runCommand(["getVariable", "BBINCLUDELOGS_LINES"])
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | buildoptions.py | 47 loglines = "".join(f.readlines()) 48 …self.assertIn("ccache", loglines, msg="No match for ccache in %s log.do_compile. For further detai…
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | tinfoil.py | 728 loglines = self.config_data.getVar('BBINCLUDELOGS_LINES') 750 … bb.ui.knotty.print_event_log(event, includelogs, loglines, termfilter)
|