]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest: wic: don't set WKS_FILE
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 18 Jan 2017 17:24:27 +0000 (19:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:51 +0000 (12:03 +0000)
Setting WKS_FILE variable should be done only when
wic image is expected to be built by bitbake.
If it's set for all images it breaks image building in
some cases.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
meta/lib/oeqa/selftest/wic.py

index 14109c4b5a988f3ec82950aec22df7ae40616a9c..32b74469d853552b3a67d3799d41054ac58ae37f 100644 (file)
@@ -44,8 +44,7 @@ class Wic(oeSelfTest):
     def setUpLocal(self):
         """This code is executed before each test method."""
         self.write_config('IMAGE_FSTYPES += " hddimg"\n'
-                          'MACHINE_FEATURES_append = " efi"\n'
-                          'WKS_FILE = "wic-image-minimal"\n')
+                          'MACHINE_FEATURES_append = " efi"\n')
 
         # Do this here instead of in setUpClass as the base setUp does some
         # clean up which can result in the native tools built earlier in