Searched refs:taskfile (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | toaster.bbclass | 181 …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 D | buildhistory.bbclass | 361 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 D | buildinfohelper.py | 1049 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 D | build.py | 71 self.taskfile = d.getVar("FILE")
|
| H A D | runqueue.py | 3215 self.taskfile = fn_from_tid(task) 3228 self.taskfile = fn_from_tid(task)
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-metadata.rst | 1802 "taskfile" attribute points to the recipe from which the task
|