diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-05-18 15:34:18 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-19 09:05:19 +0100 |
commit | 471a816224842fc24901fa682939e4a8900591af (patch) | |
tree | 24f3345adef0ffcecb0a0badf9c46ebd0906e133 /scripts/lib | |
parent | b5804498d6010b75b41b49633948ee5babf48876 (diff) | |
download | poky-471a816224842fc24901fa682939e4a8900591af.tar.gz |
wic: add help for --bmap commandline option
Included description of -m/--bmap option to the help page
produced by 'wic help create'.
[YOCTO #9413]
(From OE-Core rev: 7c749d4cfe1642d70a6b3643422ef69dec1775fe)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/wic/help.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 7dcc71740b..63955962f6 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
@@ -152,7 +152,7 @@ SYNOPSIS | |||
152 | [-e | --image-name] [-s, --skip-build-check] [-D, --debug] | 152 | [-e | --image-name] [-s, --skip-build-check] [-D, --debug] |
153 | [-r, --rootfs-dir] [-b, --bootimg-dir] | 153 | [-r, --rootfs-dir] [-b, --bootimg-dir] |
154 | [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs] | 154 | [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs] |
155 | [-c, --compress-with] | 155 | [-c, --compress-with] [-m, --bmap] |
156 | 156 | ||
157 | DESCRIPTION | 157 | DESCRIPTION |
158 | This command creates an OpenEmbedded image based on the 'OE | 158 | This command creates an OpenEmbedded image based on the 'OE |
@@ -221,6 +221,9 @@ DESCRIPTION | |||
221 | 221 | ||
222 | The -c option is used to specify compressor utility to compress | 222 | The -c option is used to specify compressor utility to compress |
223 | an image. gzip, bzip2 and xz compressors are supported. | 223 | an image. gzip, bzip2 and xz compressors are supported. |
224 | |||
225 | The -m option is used to produce .bmap file for the image. This file | ||
226 | can be used to flash image using bmaptool utility. | ||
224 | """ | 227 | """ |
225 | 228 | ||
226 | wic_list_usage = """ | 229 | wic_list_usage = """ |