diff options
author | Stefan Stanacar <stefanx.stanacar@intel.com> | 2013-05-15 12:19:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-16 00:23:37 +0300 |
commit | a5f4e5fd991a15d2d9bf48768d214bdc5a68e33c (patch) | |
tree | 64143d89a940e827352dd86e99db038fb616c14f | |
parent | c3fabef454342e991a6dfd73f7037e5cf7731b09 (diff) | |
download | poky-a5f4e5fd991a15d2d9bf48768d214bdc5a68e33c.tar.gz |
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>
-rwxr-xr-x | scripts/qemuimage-testlib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index 475231bbc4..adcdf6bfef 100755 --- a/scripts/qemuimage-testlib +++ b/scripts/qemuimage-testlib | |||
@@ -21,7 +21,7 @@ TOOLS="$COREBASE/scripts/qemuimage-tests/tools" | |||
21 | TOOLCHAIN_PROJECTS="$COREBASE/scripts/qemuimage-tests/toolchain_projects" | 21 | TOOLCHAIN_PROJECTS="$COREBASE/scripts/qemuimage-tests/toolchain_projects" |
22 | 22 | ||
23 | # Test Directory on target for testing | 23 | # Test Directory on target for testing |
24 | TARGET_TEST_DIR="/opt/test" | 24 | TARGET_TEST_DIR="/tmp/test" |
25 | 25 | ||
26 | # Global variables for process id | 26 | # Global variables for process id |
27 | XTERMPID=0 | 27 | XTERMPID=0 |