qemuimage-testlib: change default directory for target tests

/tmp is a better location, and it allows copying files
on read only fs images

(From OE-Core rev: e3561c1cae467a4fb79723f83dea54d9d62adf7d)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Stefan Stanacar 2013-05-15 12:19:07 +00:00 committed by Richard Purdie
parent c3fabef454
commit a5f4e5fd99
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ TOOLS="$COREBASE/scripts/qemuimage-tests/tools"
TOOLCHAIN_PROJECTS="$COREBASE/scripts/qemuimage-tests/toolchain_projects"
# Test Directory on target for testing
TARGET_TEST_DIR="/opt/test"
TARGET_TEST_DIR="/tmp/test"
# Global variables for process id
XTERMPID=0