]> code.ossystems Code Review - openembedded-core.git/commit
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)
commit8e429accb89e098b5bdf4f090ff851a1d2dafbf7
treef71c679e1dff2f48b1efe66f18fa3142f60959cf
parentdf07008f56676b2fe4dd64e565303d21a6770ed6
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