summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorStefan Stanacar <stefanx.stanacar@intel.com>2013-05-15 12:19:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-16 00:23:37 +0300
commita5f4e5fd991a15d2d9bf48768d214bdc5a68e33c (patch)
tree64143d89a940e827352dd86e99db038fb616c14f /scripts
parentc3fabef454342e991a6dfd73f7037e5cf7731b09 (diff)
downloadast2050-yocto-poky-a5f4e5fd991a15d2d9bf48768d214bdc5a68e33c.zip
ast2050-yocto-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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/qemuimage-testlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 475231b..adcdf6b 100755
--- a/scripts/qemuimage-testlib
+++ b/scripts/qemuimage-testlib
@@ -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
OpenPOWER on IntegriCloud