]> code.ossystems Code Review - openembedded-core.git/commit
scripts: use OE_TMPDIR instead of TMPDIR external variable
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 28 Sep 2011 15:28:25 +0000 (16:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:27:03 +0000 (16:27 +0000)
commit354497bf3e3bf68374875caa97d9b4fdcad74789
tree58ba83f88ffb84e549af6b77bdd511af83510202
parent59f80f70c5ff6c62143b7bad5a67d5508b388d29
scripts: use OE_TMPDIR instead of TMPDIR external variable

On OpenSUSE within an X session, TMPDIR is set to the system temporary
directory (/tmp) which is incorrect for these scripts. Thus, change
runqemu and oe-setup-rpmrepo to use OE_TMPDIR from the external
environment rather than TMPDIR.

Fixes [YOCTO #1530]

(From OE-Core rev: 4e24c10952c7a52af7f2447595fd484692d35534)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/imagetest-qemu.bbclass
scripts/oe-setup-rpmrepo
scripts/qemuimage-testlib
scripts/runqemu