1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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.

(From OE-Core rev: 33d38aefb06f8849b46c5f9f6c1db73b4dccd985)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ed Bartosh
2015-06-22 14:58:19 +03:00
committed by Richard Purdie
parent 13427e1598
commit 40349f1325
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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):