summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/wic.py
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2017-01-18 19:24:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-23 12:05:18 +0000
commit78d4d09cf231b90b6c6bceb5f0b2f447ec0ca36e (patch)
tree6ad9ecc2cf151c51644d59d4ebbdc0d79eb37353 /meta/lib/oeqa/selftest/wic.py
parent657f1e44b12cd91913b8bf3a6108bf1c62592b83 (diff)
downloadpoky-78d4d09cf231b90b6c6bceb5f0b2f447ec0ca36e.tar.gz
selftest: wic: don't set WKS_FILE
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. (From OE-Core rev: 46b84310f7df157c2ef290a60f5c2136d4206f09) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/wic.py')
-rw-r--r--meta/lib/oeqa/selftest/wic.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py
index 14109c4b5a..32b74469d8 100644
--- a/meta/lib/oeqa/selftest/wic.py
+++ b/meta/lib/oeqa/selftest/wic.py
@@ -44,8 +44,7 @@ class Wic(oeSelfTest):
44 def setUpLocal(self): 44 def setUpLocal(self):
45 """This code is executed before each test method.""" 45 """This code is executed before each test method."""
46 self.write_config('IMAGE_FSTYPES += " hddimg"\n' 46 self.write_config('IMAGE_FSTYPES += " hddimg"\n'
47 'MACHINE_FEATURES_append = " efi"\n' 47 'MACHINE_FEATURES_append = " efi"\n')
48 'WKS_FILE = "wic-image-minimal"\n')
49 48
50 # Do this here instead of in setUpClass as the base setUp does some 49 # Do this here instead of in setUpClass as the base setUp does some
51 # clean up which can result in the native tools built earlier in 50 # clean up which can result in the native tools built earlier in