Searched defs:task_name (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/ |
H A D | __init__.py | 95 …def __init__(self, d, target_rootfs, config_file, archs, task_name='target', ipk_repo_workdir="oe-… argument
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
H A D | __init__.py | 60 task_name='target', argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | buildinfohelper.py | 246 def update_task_object(self, build, task_name, recipe_name, task_stats): argument
|
H A D | taskexp_ncurses.py | 317 def task_list_append(self,task_name,dep): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1110 task_name = models.CharField(max_length=100) variable in Task
|