summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/wic.py
diff options
context:
space:
mode:
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