summaryrefslogtreecommitdiffstats
path: root/scripts/wic
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2015-06-22 14:58:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-26 14:08:01 +0100
commit33d38aefb06f8849b46c5f9f6c1db73b4dccd985 (patch)
tree54fc0388a046fdd93371ccf6f9c6ee3021bab18b /scripts/wic
parent8425ef0a67aa5ca7b2dbf4c461004af555aa0c96 (diff)
downloadopenembedded-core-contrib-33d38aefb06f8849b46c5f9f6c1db73b4dccd985.tar.gz
wic: Add new argument to wic_create function
Added 'compressor' argument to wic_create to pass a name of compressor utility to the wic engine. Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Diffstat (limited to 'scripts/wic')
-rwxr-xr-xscripts/wic2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic
index 8869fba048..f9be972bad 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -228,7 +228,7 @@ def wic_create_subcommand(args, usage_str):
print "Creating image(s)...\n"
engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir,
native_sysroot, scripts_path, image_output_dir,
- options.debug)
+ options.compressor, options.debug)
def wic_list_subcommand(args, usage_str):