bitbake: build: Add logfile to add TaskBase events
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Sep 2013 16:54:09 +0000 (17:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Sep 2013 12:12:34 +0000 (13:12 +0100)
commitc9d93bf52696b2814045fb9817773a59668b017a
tree7a133e14c90de09fd1a3ebc5bb1bde881ad1149c
parent518730c5ee0a617fa0c254bfc5e4a966aaf38cd1
bitbake: build: Add logfile to add TaskBase events

We add the path to the logfile for all Task events except TaskInvalid
so that we can trace back the logfile locations at some future point.

TaskInvalid doesn't ever have a logfile.

(Bitbake rev: 8344d84c609446f59f9619cc7ca0d693b7e2bbd6)

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