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): raise bb.build.FuncFailed("%s - FAILED to start qemu - check the task log and the boot log" % pn) finally: qemu.kill() + +testimage_main[vardepsexclude] =+ "BB_ORIGENV"