[oe-commits] [openembedded-core] 02/23: wic: add bmaptool to the list of utilities

git at git.openembedded.org git at git.openembedded.org
Wed May 18 22:47:11 UTC 2016


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

commit aba7f46a9984be7da797197d945a7cf56cfebab7
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Wed May 18 15:34:16 2016 +0300

    wic: add bmaptool to the list of utilities
    
    Added bmaptool -> bmap-tools pair to the dictionary
    executable -> recipe as bmaptool is going to be used by wic
    to generate .bmap file.
    
    [YOCTO #9413]
    
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/lib/wic/utils/oe/misc.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py
index 0854dfb..fe188c9 100644
--- a/scripts/lib/wic/utils/oe/misc.py
+++ b/scripts/lib/wic/utils/oe/misc.py
@@ -34,7 +34,8 @@ from wic import msger
 from wic.utils import runner
 
 # executable -> recipe pairs for exec_native_cmd
-NATIVE_RECIPES = {"mcopy": "mtools",
+NATIVE_RECIPES = {"bmaptool": "bmap-tools",
+                  "mcopy": "mtools",
                   "mkdosfs": "dosfstools",
                   "mkfs.btrfs": "btrfs-tools",
                   "mkfs.ext2": "e2fsprogs",

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


More information about the Openembedded-commits mailing list