diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/testimage.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 73cd375dcb..cb8c12acce 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -77,7 +77,7 @@ TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'deb', 'apt-native:do | |||
77 | TESTIMAGELOCK = "${TMPDIR}/testimage.lock" | 77 | TESTIMAGELOCK = "${TMPDIR}/testimage.lock" |
78 | TESTIMAGELOCK_qemuall = "" | 78 | TESTIMAGELOCK_qemuall = "" |
79 | 79 | ||
80 | TESTIMAGE_DUMP_DIR ?= "/tmp/oe-saved-tests/" | 80 | TESTIMAGE_DUMP_DIR ?= "${LOG_DIR}/runtime-hostdump/" |
81 | 81 | ||
82 | TESTIMAGE_UPDATE_VARS ?= "DL_DIR WORKDIR DEPLOY_DIR" | 82 | TESTIMAGE_UPDATE_VARS ?= "DL_DIR WORKDIR DEPLOY_DIR" |
83 | 83 | ||
@@ -249,6 +249,7 @@ def testimage_main(d): | |||
249 | 'bootlog' : bootlog, | 249 | 'bootlog' : bootlog, |
250 | 'kvm' : kvm, | 250 | 'kvm' : kvm, |
251 | 'slirp' : slirp, | 251 | 'slirp' : slirp, |
252 | 'dump_dir' : d.getVar("TESTIMAGE_DUMP_DIR"), | ||
252 | } | 253 | } |
253 | 254 | ||
254 | # TODO: Currently BBPATH is needed for custom loading of targets. | 255 | # TODO: Currently BBPATH is needed for custom loading of targets. |