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:13:29 +0000 |
commit | 885a5beae86a55cc228fb2aa998a8b1135371eb4 (patch) | |
tree | 64bfcab27f9804cfd17b836223d3dbe7b3416a1a /meta/lib | |
parent | edf0830412de66eada9ef3f3947ca42e301c5377 (diff) | |
download | openembedded-core-885a5beae86a55cc228fb2aa998a8b1135371eb4.tar.gz openembedded-core-885a5beae86a55cc228fb2aa998a8b1135371eb4.tar.bz2 openembedded-core-885a5beae86a55cc228fb2aa998a8b1135371eb4.zip |
selftest: stop using hddimg in the wic test suite
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>
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): 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 |