diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-01-16 15:14:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 14:38:32 +0000 |
commit | 18c0af5214318e461fd560f9ed45429762e5f569 (patch) | |
tree | 256516b197a7e2ad5d72b9806e1059efdbd17be2 /meta/lib | |
parent | 6740b8fdbbc639a261dc914392a4ddab7bacf6b2 (diff) | |
download | poky-18c0af5214318e461fd560f9ed45429762e5f569.tar.gz |
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>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/wic.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index da68e25213..dce83babd4 100644 --- a/meta/lib/oeqa/selftest/wic.py +++ b/meta/lib/oeqa/selftest/wic.py | |||
@@ -42,8 +42,7 @@ class Wic(oeSelfTest): | |||
42 | 42 | ||
43 | def setUpLocal(self): | 43 | def setUpLocal(self): |
44 | """This code is executed before each test method.""" | 44 | """This code is executed before each test method.""" |
45 | self.write_config('IMAGE_FSTYPES += " hddimg"\n' | 45 | self.write_config('MACHINE_FEATURES_append = " efi"\n') |
46 | 'MACHINE_FEATURES_append = " efi"\n') | ||
47 | 46 | ||
48 | # Do this here instead of in setUpClass as the base setUp does some | 47 | # Do this here instead of in setUpClass as the base setUp does some |
49 | # clean up which can result in the native tools built earlier in | 48 | # clean up which can result in the native tools built earlier in |