aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-01-23 15:44:19 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 15:45:34 +0000
commitf82537d27f2a5bf9d576aa841593db9ec0985ea8 (patch)
tree0262685f8b46778d6bc944cc2f6f0fbc98aea8a6 /doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
parent9752fd1c10b8fcc819822fa6eabc2c1050fcc03b (diff)
downloadbitbake-f82537d27f2a5bf9d576aa841593db9ec0985ea8.tar.gz
bitbake-user-manual: Rewrite dependency dot file generation
The package-depends.dot and pn-depends.dot files are inaccurate, missing out key dependencies such those made via the [depends] flags. As such they can be misleading to the user. They mainly exist for historical reasons, coming from a time before we had task based execution. This commit removes the two dated file formats and replaces them with a recipe-depends.dot which is a flattened version of task-depends.dot. The old format files are removed if present so that the user can't get confused about why data might not match between files. The code is also rewritten to use 'with f: f.write()' syntax as is more commonly used now. Also update the docs to match the change. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc/bitbake-user-manual/bitbake-user-manual-fetching.xml')
0 files changed, 0 insertions, 0 deletions