mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
37abaa362c
commit
a49d279b50
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user