Searched refs:includelogs (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | teamcity.py | 141 includelogs, error = server.runCommand(["getVariable", "BBINCLUDELOGS"]) 149 return includelogs, loglines 155 includelogs, loglines = _log_settings_from_server(server) 256 if includelogs and not event.errprinted:
|
| H A D | knotty.py | 342 def print_event_log(event, includelogs, loglines, termfilter): argument 348 if includelogs and not event.errprinted: 370 includelogs, error = server.runCommand(["getVariable", "BBINCLUDELOGS"]) 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 | toasterui.py | 39 includelogs, error = server.runCommand(["getVariable", "BBINCLUDELOGS"])
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | tinfoil.py | 727 includelogs = self.config_data.getVar('BBINCLUDELOGS') 750 … bb.ui.knotty.print_event_log(event, includelogs, loglines, termfilter)
|