diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-01-19 20:35:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:52:52 +0000 |
commit | 633697cce651ddb22c18083087531dce333c752c (patch) | |
tree | 0d72cc494ef4a0da6e4158ed2fc6b5789d213db8 /bitbake/lib/bb/runqueue.py | |
parent | 3f8d56d1132cc63fe13cf81dc97ba96a523e1d44 (diff) | |
download | poky-633697cce651ddb22c18083087531dce333c752c.tar.gz |
bitbake: build.py: add preceedtask() API
The API is required by the revised rm_work.bbclass implementation,
which needs to know all tasks that do_build depends so that it
can properly inject itself between do_build and those tasks.
The new API primarily hides the internal implementation of the "after"
and "before" dependency tracking. Because tasks defined as
precondition via "recrdeptask" may or may not be relevant (they are for
rm_work.bclass), the API also includes support for that.
There's no default value for including recrdeptasks, so developers
have to think about what they need.
(Bitbake rev: 9289ab40e77906e983a2f79cd7602ee95be5025a)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
0 files changed, 0 insertions, 0 deletions