testimage: Exclude BB_ORIGENV variable

The BB_ORIGENV variable isn't picklable and causes failures when generating the task
signature for the autorun image mode. We don't want to depend on its contents anyway
so lets exclude it.

(From OE-Core rev: 3f5f9d2681d41e44dade5d3a5a4bff3fd38f5506)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-09-26 16:20:18 +00:00
parent 724a466f4c
commit b049d532f6
1 changed files with 2 additions and 0 deletions

View File

@ -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"