bitbake: build/data: Write out more complete python run files
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Aug 2014 13:24:52 +0000 (14:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Aug 2014 14:12:45 +0000 (15:12 +0100)
commit15f41984e732d6f06756983ae22dab1184f28f3e
tree75c1ee5cfdac578cae6abc44a1ac064a8e6d52c3
parentc291fd386705c0544f97180623043db4ce22e4b2
bitbake: build/data: Write out more complete python run files

Currently the output in the python task/function run files is rather
incomplete and effectively useless. This enhances the code to take
advantage of the bitbake's dependency tracking and extend the output to
include dependencies. This makes the files more usable for debugging
purposes. Since this only happens at python function execution time, the
overhead is minimal in the grand scheme of things.

(Bitbake rev: 02667e048c3e632f857c87177c0022eaf5481802)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/build.py
bitbake/lib/bb/data.py