diff options
| -rwxr-xr-x | scripts/wic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic index f32cb19b34..99721dcc33 100755 --- a/scripts/wic +++ b/scripts/wic | |||
| @@ -190,7 +190,7 @@ def wic_create_subcommand(args, usage_str): | |||
| 190 | rootfs_dir = get_bitbake_var("IMAGE_ROOTFS", options.image_name) | 190 | rootfs_dir = get_bitbake_var("IMAGE_ROOTFS", options.image_name) |
| 191 | kernel_dir = get_bitbake_var("DEPLOY_DIR_IMAGE", options.image_name) | 191 | kernel_dir = get_bitbake_var("DEPLOY_DIR_IMAGE", options.image_name) |
| 192 | native_sysroot = get_bitbake_var("RECIPE_SYSROOT_NATIVE", | 192 | native_sysroot = get_bitbake_var("RECIPE_SYSROOT_NATIVE", |
| 193 | "wic-tools", cache=False) | 193 | options.image_name) #, cache=False) |
| 194 | else: | 194 | else: |
| 195 | if options.build_rootfs: | 195 | if options.build_rootfs: |
| 196 | raise WicError("Image name is not specified, exiting. " | 196 | raise WicError("Image name is not specified, exiting. " |
