]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest: build wic-tools in the Wic.setUp
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 18 Jan 2017 17:13:39 +0000 (19:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:51 +0000 (12:03 +0000)
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>
meta/lib/oeqa/selftest/wic.py

index 49bbfe3bce78d4a93ef032949637ce9de7f0351a..e45594fdc8be730cd4d68948c5becabbd369b81e 100644 (file)
@@ -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