diff options
Diffstat (limited to 'scripts/poky-qemu')
-rwxr-xr-x | scripts/poky-qemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu index bfeefc7085..04349879c5 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu | |||
@@ -216,7 +216,7 @@ SPITZ_DEFAULT_ROOTFS="poky-image-sato" | |||
216 | 216 | ||
217 | setup_tmpdir() { | 217 | setup_tmpdir() { |
218 | if [ -z "$TMPDIR" ]; then | 218 | if [ -z "$TMPDIR" ]; then |
219 | if [ "x$BUILDDIR" = "x" ]; then | 219 | if [ "x$BUILDDIR" = "x" -o ! -d "$BUILDDIR/tmp" ]; then |
220 | # BUILDDIR unset, try and get TMPDIR from bitbake | 220 | # BUILDDIR unset, try and get TMPDIR from bitbake |
221 | type -P bitbake &>/dev/null || { | 221 | type -P bitbake &>/dev/null || { |
222 | echo "In order for this script to dynamically infer paths"; | 222 | echo "In order for this script to dynamically infer paths"; |