[oe-commits] [openembedded-core] 03/22: wic: add help for --bmap commandline option

git at git.openembedded.org git at git.openembedded.org
Wed May 18 19:54:50 UTC 2016


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

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

    wic: add help for --bmap commandline option
    
    Included description of -m/--bmap option to the help page
    produced by 'wic help create'.
    
    [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/help.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py
index 7dcc717..6395596 100644
--- a/scripts/lib/wic/help.py
+++ b/scripts/lib/wic/help.py
@@ -152,7 +152,7 @@ SYNOPSIS
         [-e | --image-name] [-s, --skip-build-check] [-D, --debug]
         [-r, --rootfs-dir] [-b, --bootimg-dir]
         [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs]
-        [-c, --compress-with]
+        [-c, --compress-with] [-m, --bmap]
 
 DESCRIPTION
     This command creates an OpenEmbedded image based on the 'OE
@@ -221,6 +221,9 @@ DESCRIPTION
 
     The -c option is used to specify compressor utility to compress
     an image. gzip, bzip2 and xz compressors are supported.
+
+    The -m option is used to produce .bmap file for the image. This file
+    can be used to flash image using bmaptool utility.
 """
 
 wic_list_usage = """

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


More information about the Openembedded-commits mailing list