]> code.ossystems Code Review - openembedded-core.git/commit
Fix manual log file paths
authorMark Hatle <mark.hatle@windriver.com>
Mon, 18 Jun 2012 21:42:45 +0000 (16:42 -0500)
committerSaul Wold <sgw@linux.intel.com>
Tue, 3 Jul 2012 07:05:29 +0000 (00:05 -0700)
commit779db325d407f0bade84572ef99fdad4d0c88011
tree450eecf920f161152d9a319372f28986b90bf13b
parent337428316de3612a8e1efa70b3a4ba7cb6e058d2
Fix manual log file paths

When a recent change, the path to log files may be contained within an
arbitrary directory.  To generate the manual log files in the correct path
we should be using the ${BB_LOGFILE}'s path instead of always assuming the
logs go into ${WORKDIR}/temp.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/image.bbclass
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass
meta/classes/populate_sdk.bbclass