aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/wic.py
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2017-01-18 19:13:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-23 12:03:51 +0000
commit52ce14d5ea667ffd319fdb3e147b6eb29505cf8e (patch)
tree3f8f5528d6cfba0fd7540ae7612ec3073f76c343 /meta/lib/oeqa/selftest/wic.py
parent9f547605d2bec282c5679fb35cd5b28a37c5a0d5 (diff)
downloadopenembedded-core-contrib-52ce14d5ea667ffd319fdb3e147b6eb29505cf8e.tar.gz
selftest: build wic-tools in the Wic.setUp
Built wic-tools recipe instead of set of tools recipes to ensure that all tools are available from one recipe sysroot. Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Diffstat (limited to 'meta/lib/oeqa/selftest/wic.py')
-rw-r--r--meta/lib/oeqa/selftest/wic.py3
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):
# clean up which can result in the native tools built earlier in
# setUpClass being unavailable.
if not Wic.image_is_ready:
- bitbake('syslinux syslinux-native parted-native gptfdisk-native '
- 'dosfstools-native mtools-native bmap-tools-native')
+ bitbake('wic-tools')
bitbake('core-image-minimal')
Wic.image_is_ready = True