diff options
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r-- | meta/classes/testimage.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 4eef0be1d6..c83906d0f8 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -122,6 +122,7 @@ def testimage_main(d): | |||
122 | 122 | ||
123 | qemu = QemuRunner(machine, rootfs) | 123 | qemu = QemuRunner(machine, rootfs) |
124 | qemu.tmpdir = d.getVar("TMPDIR", True) | 124 | qemu.tmpdir = d.getVar("TMPDIR", True) |
125 | qemu.deploy_dir_image = d.getVar("DEPLOY_DIR_IMAGE", True) | ||
125 | qemu.display = d.getVar("BB_ORIGENV", False).getVar("DISPLAY", True) | 126 | qemu.display = d.getVar("BB_ORIGENV", False).getVar("DISPLAY", True) |
126 | qemu.logfile = os.path.join(testdir, "qemu_boot_log.%s" % d.getVar('DATETIME', True)) | 127 | qemu.logfile = os.path.join(testdir, "qemu_boot_log.%s" % d.getVar('DATETIME', True)) |
127 | try: | 128 | try: |