[oe-commits] [openembedded-core] 84/122: wic: oe-selftest: build bmap-tools-native

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 14:07:04 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 42bae2cc55ff876c27afd32c3cd75efec2f56ad7
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: 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.
    
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oeqa/selftest/wic.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list