build.py: Add a symlink for the logging
authorMark Hatle <mark.hatle@windriver.com>
Thu, 30 Sep 2010 20:04:18 +0000 (15:04 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 1 Oct 2010 17:45:32 +0000 (18:45 +0100)
commit15dcd1d38f6ac1dcb5267594aba8cf10e2ff1d12
treef71c679e1dff2f48b1efe66f18fa3142f60959cf
parent78d126e5914248425d2db5ffa1ad81db77c73978
build.py: Add a symlink for the logging

[BUGID #375]

When configuring for the log file output, we generate a symlink to the
target filename.  This link uses the same file naming, but without the
active pid, making it easier to see which log file is the last one
generated.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
bitbake/lib/bb/build.py