diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/wic | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/wic b/scripts/wic index 1ad16665e7..f09dbc2e00 100755 --- a/scripts/wic +++ b/scripts/wic | |||
| @@ -175,8 +175,7 @@ def wic_create_subcommand(args, usage_str): | |||
| 175 | 175 | ||
| 176 | rootfs_dir = get_bitbake_var("IMAGE_ROOTFS", options.image_name) | 176 | rootfs_dir = get_bitbake_var("IMAGE_ROOTFS", options.image_name) |
| 177 | kernel_dir = get_bitbake_var("DEPLOY_DIR_IMAGE", options.image_name) | 177 | kernel_dir = get_bitbake_var("DEPLOY_DIR_IMAGE", options.image_name) |
| 178 | native_sysroot = get_bitbake_var("STAGING_DIR_NATIVE", | 178 | native_sysroot = os.path.join(get_bitbake_var("RECIPE_SYSROOT_NATIVE", "wic-tools")) |
| 179 | options.image_name) | ||
| 180 | else: | 179 | else: |
| 181 | if options.build_rootfs: | 180 | if options.build_rootfs: |
| 182 | print("Image name is not specified, exiting. (Use -e/--image-name to specify it)\n") | 181 | print("Image name is not specified, exiting. (Use -e/--image-name to specify it)\n") |
