[gnome-continuous-yocto/gnomeostree-3.28-rocko: 372/8267] wic: add bmaptool to the list of utilities



commit a49d279b509294c374e4e9ed7765a74735ae31d3
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   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]
    
    (From OE-Core rev: 4684ac5f4d823a6afedc57aad0aa417bb17ba950)
    
    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 |    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 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",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]