From 9fa7068855de7264b5953fe818bc0756183a2775 Mon Sep 17 00:00:00 2001 From: "Davis, Michael" Date: Mon, 8 Oct 2018 19:55:22 +0000 Subject: wic: Support for changing the imager. (From OE-Core rev: f24c3538a27388d282a94e2d8a70cd9108d0919c) Signed-off-by: Michael Davis Signed-off-by: Ross Burton 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 7392bc4e7f..37dfe2dc58 100755 --- a/scripts/wic +++ b/scripts/wic @@ -362,6 +362,8 @@ def wic_init_parser_create(subparser): "bitbake variables") subparser.add_argument("-D", "--debug", dest="debug", action="store_true", default=False, help="output debug information") + subparser.add_argument("-i", "--imager", dest="imager", + default="direct", help="the wic imager plugin") return -- cgit v1.2.3-54-g00ecf