[oe-commits] Richard Purdie : testimage: Exclude BB_ORIGENV variable

git at git.openembedded.org git at git.openembedded.org
Thu Sep 26 16:15:46 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 3f5f9d2681d41e44dade5d3a5a4bff3fd38f5506
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3f5f9d2681d41e44dade5d3a5a4bff3fd38f5506

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Sep 26 16:20:18 2013 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 86bf22e..2f9c974 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"



More information about the Openembedded-commits mailing list