]> code.ossystems Code Review - openembedded-core.git/commit
wic: Add --compress-with command line option
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 22 Jun 2015 11:42:37 +0000 (14:42 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Jun 2015 13:08:01 +0000 (14:08 +0100)
commit8425ef0a67aa5ca7b2dbf4c461004af555aa0c96
treedd8db5d027371f5256f68a261ba724de136df621
parentecdfdd7286a2f406655577f2c4d6fcf3fe3de429
wic: Add --compress-with command line option

Added -c/--compress-with command line option to 'wic create'
subcommand. This option is used to specify compressor
utility to compress the image produced by wic. gzip, bzip2 and
xz compressors are supported in this implementation.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/image/help.py
scripts/wic