mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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:
committed by
Richard Purdie
parent
c3fabef454
commit
a5f4e5fd99
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user