Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py271 assert 'build' in task_information
272 assert 'recipe' in task_information
273 assert 'task_name' in task_information
282task_information['debug'] = "build id %d, recipe id %d" % (task_information['build'].pk, task_info…
287 if v in task_information.keys():
968 task_information = {}
970 task_information['outcome'] = Task.OUTCOME_NA
971 task_information['recipe'] = recipe
978 return task_information
1210 task_information['outcome'] = Task.OUTCOME_NA
[all …]