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.py1936 def runqueue_process_waitpid(self, task, status, fakerootlog=None): argument
1952 self.task_fail(task, status, fakerootlog=fakerootlog)
2086 def task_fail(self, task, exitcode, fakerootlog=None): argument
2095 if fakerootlog and os.path.exists(fakerootlog):
2096 with open(fakerootlog) as fakeroot_log_file:
3296 fakerootlog = None
3298 fakerootlog = self.fakerootlogs[taskfn]
3299 self.rqexec.runqueue_process_waitpid(task, status, fakerootlog=fakerootlog)