mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
selftest: stop using hddimg in the wic test suite
Removed hddimg from IMAGE_FEATURES as wic code doesn't use hddimg anymore. [YOCTO #10835] (From OE-Core rev: 885a5beae86a55cc228fb2aa998a8b1135371eb4) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6740b8fdbb
commit
18c0af5214
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user