diff options
author | Davis, Michael <michael.davis@essvote.com> | 2018-10-08 19:55:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-10 12:47:35 +0100 |
commit | 9fa7068855de7264b5953fe818bc0756183a2775 (patch) | |
tree | 1f705b861c6516efde97180be10f0dc5e20460d4 /scripts/wic | |
parent | f76e2655d476e9aa5ca9152bc802615bf54c5bdf (diff) | |
download | poky-9fa7068855de7264b5953fe818bc0756183a2775.tar.gz |
wic: Support for changing the imager.
(From OE-Core rev: f24c3538a27388d282a94e2d8a70cd9108d0919c)
Signed-off-by: Michael Davis <michael.davis@essvote.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/wic')
-rwxr-xr-x | scripts/wic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/wic b/scripts/wic index 7392bc4e7f..37dfe2dc58 100755 --- a/scripts/wic +++ b/scripts/wic | |||
@@ -362,6 +362,8 @@ def wic_init_parser_create(subparser): | |||
362 | "bitbake variables") | 362 | "bitbake variables") |
363 | subparser.add_argument("-D", "--debug", dest="debug", action="store_true", | 363 | subparser.add_argument("-D", "--debug", dest="debug", action="store_true", |
364 | default=False, help="output debug information") | 364 | default=False, help="output debug information") |
365 | subparser.add_argument("-i", "--imager", dest="imager", | ||
366 | default="direct", help="the wic imager plugin") | ||
365 | return | 367 | return |
366 | 368 | ||
367 | 369 | ||