]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: add bmaptool to the list of utilities
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 18 May 2016 12:34:16 +0000 (15:34 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2016 07:39:25 +0000 (08:39 +0100)
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/utils/oe/misc.py

index 0854dfbac1d76fe6e051a29be764f736bd6b817d..fe188c9d26dfdc715fb4eab1006ce416e4f5490e 100644 (file)
@@ -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",