diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-05-18 15:34:16 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-19 09:05:19 +0100 |
commit | a49d279b509294c374e4e9ed7765a74735ae31d3 (patch) | |
tree | baf19961ebfc219bc6320f5bd403e748daa9897a | |
parent | 37abaa362c8e9139859a1767c98be588f5ee41dd (diff) | |
download | poky-a49d279b509294c374e4e9ed7765a74735ae31d3.tar.gz |
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]
(From OE-Core rev: 4684ac5f4d823a6afedc57aad0aa417bb17ba950)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | scripts/lib/wic/utils/oe/misc.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py index 0854dfbac1..fe188c9d26 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 | |||
34 | from wic.utils import runner | 34 | from wic.utils import runner |
35 | 35 | ||
36 | # executable -> recipe pairs for exec_native_cmd | 36 | # executable -> recipe pairs for exec_native_cmd |
37 | NATIVE_RECIPES = {"mcopy": "mtools", | 37 | NATIVE_RECIPES = {"bmaptool": "bmap-tools", |
38 | "mcopy": "mtools", | ||
38 | "mkdosfs": "dosfstools", | 39 | "mkdosfs": "dosfstools", |
39 | "mkfs.btrfs": "btrfs-tools", | 40 | "mkfs.btrfs": "btrfs-tools", |
40 | "mkfs.ext2": "e2fsprogs", | 41 | "mkfs.ext2": "e2fsprogs", |