summaryrefslogtreecommitdiff
path: root/poky/scripts/wic
diff options
context:
space:
mode:
Diffstat (limited to 'poky/scripts/wic')
-rwxr-xr-xpoky/scripts/wic2
1 files changed, 2 insertions, 0 deletions
diff --git a/poky/scripts/wic b/poky/scripts/wic
index 24700f380..a741aed36 100755
--- a/poky/scripts/wic
+++ b/poky/scripts/wic
@@ -312,6 +312,8 @@ def wic_init_parser_create(subparser):
subparser.add_argument("-o", "--outdir", dest="outdir", default='.',
help="name of directory to create image in")
+ subparser.add_argument("-w", "--workdir",
+ help="temporary workdir to use for intermediate files")
subparser.add_argument("-e", "--image-name", dest="image_name",
help="name of the image to use the artifacts from "
"e.g. core-image-sato")