diff options
Diffstat (limited to 'scripts/wic')
| -rwxr-xr-x | scripts/wic | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic index 11c8316b97..3d33430f1b 100755 --- a/scripts/wic +++ b/scripts/wic | |||
| @@ -115,6 +115,7 @@ def wic_create_subcommand(args, usage_str): | |||
| 115 | parser.add_option("-c", "--compress-with", choices=("gzip", "bzip2", "xz"), | 115 | parser.add_option("-c", "--compress-with", choices=("gzip", "bzip2", "xz"), |
| 116 | dest='compressor', | 116 | dest='compressor', |
| 117 | help="compress image with specified compressor") | 117 | help="compress image with specified compressor") |
| 118 | parser.add_option("-m", "--bmap", action="store_true", help="generate .bmap") | ||
| 118 | parser.add_option("-v", "--vars", dest='vars_dir', | 119 | parser.add_option("-v", "--vars", dest='vars_dir', |
| 119 | help="directory with <image>.env files that store " | 120 | help="directory with <image>.env files that store " |
| 120 | "bitbake variables") | 121 | "bitbake variables") |
| @@ -245,7 +246,7 @@ def wic_create_subcommand(args, usage_str): | |||
| 245 | print("Creating image(s)...\n") | 246 | print("Creating image(s)...\n") |
| 246 | engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, | 247 | engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, |
| 247 | native_sysroot, scripts_path, image_output_dir, | 248 | native_sysroot, scripts_path, image_output_dir, |
| 248 | options.compressor, options.debug) | 249 | options.compressor, options.bmap, options.debug) |
| 249 | 250 | ||
| 250 | 251 | ||
| 251 | def wic_list_subcommand(args, usage_str): | 252 | def wic_list_subcommand(args, usage_str): |
