diff options
| -rwxr-xr-x | scripts/wic | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/wic b/scripts/wic index 4bcff8f79c..aee63a45aa 100755 --- a/scripts/wic +++ b/scripts/wic | |||
| @@ -159,6 +159,9 @@ def wic_create_subcommand(options, usage_str): | |||
| 159 | "(Use -e/--image-name to specify it)") | 159 | "(Use -e/--image-name to specify it)") |
| 160 | native_sysroot = options.native_sysroot | 160 | native_sysroot = options.native_sysroot |
| 161 | 161 | ||
| 162 | if options.kernel_dir: | ||
| 163 | kernel_dir = options.kernel_dir | ||
| 164 | |||
| 162 | if not options.vars_dir and (not native_sysroot or not os.path.isdir(native_sysroot)): | 165 | if not options.vars_dir and (not native_sysroot or not os.path.isdir(native_sysroot)): |
| 163 | logger.info("Building wic-tools...\n") | 166 | logger.info("Building wic-tools...\n") |
| 164 | subprocess.check_call(["bitbake", "wic-tools"]) | 167 | subprocess.check_call(["bitbake", "wic-tools"]) |
