wic needs to be given one form of build artifacts or another - complain if the user doesn't do that.
Signed-off-by: Tom Zanussi <tom.zanu...@linux.intel.com> --- scripts/wic | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/wic b/scripts/wic index 06e72bb..aa2791a 100755 --- a/scripts/wic +++ b/scripts/wic @@ -75,6 +75,14 @@ def wic_create_subcommand(args, usage_str): parser.print_help() sys.exit(1) + if not options.image_name and not (options.rootfs_dir and + options.bootimg_dir and + options.kernel_dir and + options.native_sysroot): + print "Build artifacts not completely specified, exiting." + print " (Use 'wic -e' or 'wic -r -b -k -n' to specify artifacts)" + sys.exit(1) + if not options.image_name: options.build_check = False -- 1.7.11.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core