mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
wic: change default output directory
Set default output directory to current dir. [YOCTO #10783] (From OE-Core rev: ad116c4d02ccf36e22fbf3e45e45bc508849a833) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d45d4a5a21
commit
88dce2cf41
@@ -88,7 +88,7 @@ def wic_create_subcommand(args, usage_str):
|
||||
"""
|
||||
parser = optparse.OptionParser(usage=usage_str)
|
||||
|
||||
parser.add_option("-o", "--outdir", dest="outdir",
|
||||
parser.add_option("-o", "--outdir", dest="outdir", default='.',
|
||||
help="name of directory to create image in")
|
||||
parser.add_option("-e", "--image-name", dest="image_name",
|
||||
help="name of the image to use the artifacts from "
|
||||
|
||||
Reference in New Issue
Block a user