diff options
Diffstat (limited to 'meta/lib/oeqa')
-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 49bbfe3bce..e45594fdc8 100644 --- a/meta/lib/oeqa/selftest/wic.py +++ b/meta/lib/oeqa/selftest/wic.py | |||
@@ -51,8 +51,7 @@ class Wic(oeSelfTest): | |||
51 | # clean up which can result in the native tools built earlier in | 51 | # clean up which can result in the native tools built earlier in |
52 | # setUpClass being unavailable. | 52 | # setUpClass being unavailable. |
53 | if not Wic.image_is_ready: | 53 | if not Wic.image_is_ready: |
54 | bitbake('syslinux syslinux-native parted-native gptfdisk-native ' | 54 | bitbake('wic-tools') |
55 | 'dosfstools-native mtools-native bmap-tools-native') | ||
56 | bitbake('core-image-minimal') | 55 | bitbake('core-image-minimal') |
57 | Wic.image_is_ready = True | 56 | Wic.image_is_ready = True |
58 | 57 | ||