[OE-core] [PATCH 03/14] selftest: build wic-tools in the Wic.setUp

Richard Purdie richard.purdie at linuxfoundation.org
Fri Jan 20 18:04:55 UTC 2017


From: Ed Bartosh <ed.bartosh at linux.intel.com>

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 at linux.intel.com>
---
 meta/lib/oeqa/selftest/wic.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py
index 49bbfe3..e45594f 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
 
-- 
2.7.4




More information about the Openembedded-core mailing list