Home
last modified time | relevance | path

Searched refs:loglines (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dteamcity.py145 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 Dknotty.py342 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…
728 print_event_log(event, includelogs, loglines, termfilter)
H A Dtoasterui.py43 loglines, error = server.runCommand(["getVariable", "BBINCLUDELOGS_LINES"])
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildoptions.py51 loglines = "".join(f.readlines())
52 …self.assertIn("ccache", loglines, msg="No match for ccache in %s log.do_compile. For further detai…
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtinfoil.py735 loglines = self.config_data.getVar('BBINCLUDELOGS_LINES')
759 … bb.ui.knotty.print_event_log(event, includelogs, loglines, termfilter)