]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: take TMPDIR from bitbake
authorAnders Darander <anders@chargestorm.se>
Mon, 13 Jun 2011 17:26:16 +0000 (19:26 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jun 2011 12:23:50 +0000 (13:23 +0100)
commit993672fa2739794a6dd0dbd7bb232fa60522b897
treed5327a200121bc4c4dfa63ab58d87ac277d8fbc2
parent30558af716833c52ce1eae4c408a6794aad96cb2
runqemu: take TMPDIR from bitbake

The old standard of using /home/anders/openembedded-core/build/tmp as TMPDIR do not work any longer,
as - is appended to the real TMPDIR. Thus, always take TMPDIR from
bitbake, unless TMPDIR is set in the environment.

Signed-off-by: Anders Darander <anders@chargestorm.se>
scripts/runqemu