From 2e7314ac3a3cab89de93c932e8efc75de0feb0a7 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 11 Jan 2021 10:32:42 +0000 Subject: wic: Add workdir argument This allows the path for the temporary workdir used by wic to be set when running wic from bitbake or directly from the command line. Signed-off-by: Paul Barker Signed-off-by: Richard Purdie --- scripts/wic | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/wic') diff --git a/scripts/wic b/scripts/wic index 24700f380f..a741aed364 100755 --- a/scripts/wic +++ b/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") -- cgit 1.2.3-korg