]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest: stop using hddimg in the wic test suite
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 16 Jan 2017 13:14:14 +0000 (15:14 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 14:13:29 +0000 (14:13 +0000)
Removed hddimg from IMAGE_FEATURES as wic code doesn't
use hddimg anymore.

[YOCTO #10835]

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

index da68e252136a4f2a75ed23fadd9cf86e3cdbc5f5..dce83babd486b75bfa91f25427debb02a6f78665 100644 (file)
@@ -42,8 +42,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')
+        self.write_config('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