diff options
-rw-r--r-- | meta/classes/testimage.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 86bf22ef02..2f9c974554 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -175,3 +175,5 @@ def testimage_main(d): | |||
175 | raise bb.build.FuncFailed("%s - FAILED to start qemu - check the task log and the boot log" % pn) | 175 | raise bb.build.FuncFailed("%s - FAILED to start qemu - check the task log and the boot log" % pn) |
176 | finally: | 176 | finally: |
177 | qemu.kill() | 177 | qemu.kill() |
178 | |||
179 | testimage_main[vardepsexclude] =+ "BB_ORIGENV" | ||