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 08:39:26 +0100 |
commit | 7c749d4cfe1642d70a6b3643422ef69dec1775fe (patch) | |
tree | 1e74861c59c3510d946c2b6d04beee35f3981285 /scripts | |
parent | d64c7b37c40b052510419b4d6629b83319c833e4 (diff) | |
download | openembedded-core-7c749d4cfe1642d70a6b3643422ef69dec1775fe.tar.gz openembedded-core-7c749d4cfe1642d70a6b3643422ef69dec1775fe.tar.bz2 openembedded-core-7c749d4cfe1642d70a6b3643422ef69dec1775fe.zip |
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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 [-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 = """ |