Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes/
H A Dtoaster.bbclass181 …fout.write("%s::%s::%s::%s\n" % (e.taskfile, e.taskname, os.path.join(taskdir, e.task), e.data.exp…
244 (taskfile, taskname, filename, recipename) = line.strip().split("::")
246 events.append((taskfile, taskname, stats, recipename))
344 d2.setVar('FILE', e.taskfile)
H A Dbuildhistory.bbclass361 taskfile = os.path.join(taskoutdir, '%s.%s' % (pn, currenttask))
381 with open(taskfile, 'w') as f:
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1049 def _get_recipe_information_from_taskfile(self, taskfile): argument
1050 localfilepath = taskfile.split(":")[-1]
1051 filepath_flags = ":".join(sorted(taskfile.split(":")[:-1]))
1204 localfilepath = event.taskfile.split(":")[-1]
1207 identifier = event.taskfile + ":" + event.taskname
1209 recipe_information = self._get_recipe_information_from_taskfile(event.taskfile)
1251 localfilepath = event.taskfile.split(":")[-1]
1254 identifier = event.taskfile + ":" + event.taskname
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py71 self.taskfile = d.getVar("FILE")
H A Drunqueue.py3215 self.taskfile = fn_from_tid(task)
3228 self.taskfile = fn_from_tid(task)
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst1802 "taskfile" attribute points to the recipe from which the task