[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4181/8267] selftest: build wic-tools in the Wic.setUp



commit a79b32c75af78c602d1822dc2d60f24b74fc549c
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Wed Jan 18 19:13:39 2017 +0200

    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.
    
    (From OE-Core rev: 52ce14d5ea667ffd319fdb3e147b6eb29505cf8e)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]