Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/
H A DChangeLog107 - Convert build.py exec_task to use getVarFlags
111 - Remove digraph and switch to new stamp checking code. exec_task no longer
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker328 ret = bb.build.exec_task(fn, taskname, the_data, cfg.profile)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py766 def exec_task(fn, task, d, profile = False): function