[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1427/8267] wic: oe-selftest: build bmap-tools-native



commit 05084640e6642acbdd4950a31d0879b482cb2701
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Fri Jul 15 09:53:47 2016 +0300

    wic: oe-selftest: build bmap-tools-native
    
    bmap-tools-native is required to generate .bmap file. Without it
    wic fails with this error when run with --bmap option:
        Error: A native program bmaptool required to build
               the image was not found
    
    Added bmap-tools-native to the list of requirements to build
    in Wic.setUpLocal method.
    
    (From OE-Core rev: dd11ab551f9bf1d8761d0430f19510a9caa53a12)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/lib/oeqa/selftest/wic.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py
index 895c6d6..e550785 100644
--- a/meta/lib/oeqa/selftest/wic.py
+++ b/meta/lib/oeqa/selftest/wic.py
@@ -49,7 +49,7 @@ class Wic(oeSelfTest):
         # setUpClass being unavailable.
         if not Wic.image_is_ready:
             bitbake('syslinux syslinux-native parted-native gptfdisk-native '
-                    'dosfstools-native mtools-native')
+                    'dosfstools-native mtools-native bmap-tools-native')
             bitbake('core-image-minimal')
             Wic.image_is_ready = True
 


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