Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py1966 def runqueue_process_waitpid(self, task, status, fakerootlog=None): argument
1982 self.task_fail(task, status, fakerootlog=fakerootlog)
2116 def task_fail(self, task, exitcode, fakerootlog=None): argument
2125 if fakerootlog and os.path.exists(fakerootlog):
2126 with open(fakerootlog) as fakeroot_log_file:
3365 fakerootlog = None
3367 fakerootlog = self.fakerootlogs[taskfn]
3368 self.rqexec.runqueue_process_waitpid(task, status, fakerootlog=fakerootlog)