]> code.ossystems Code Review - openembedded-core.git/commit
wipe-sysroots: don't assume TMPDIR is under BUILDDIR
authorRoss Burton <ross.burton@intel.com>
Wed, 14 Aug 2013 14:13:44 +0000 (15:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Aug 2013 10:14:13 +0000 (11:14 +0100)
commit29491a72acac81ebb7e9ecfbc9392fbeb9a7ea26
tree26b0449112dfe33759342e77214b762b1379dbc9
parentd9321da1bf01175a9e3721607df31055e3765bc6
wipe-sysroots: don't assume TMPDIR is under BUILDDIR

The previous code used the environment variable BUILDDIR and assumed that TMPDIR
was a subdirectory. This often isn't the case, so instead ask bitbake where the
directories we're about to delete are.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/wipe-sysroot