From b00df1e30773a01eddfc4dbf5ddbb793fb9bdfb2 Mon Sep 17 00:00:00 2001 From: James Tunnicliffe Date: Mon, 16 Apr 2012 14:12:37 +0100 Subject: Patch from https://bugs.launchpad.net/linaro-image-tools/+bug/962147 Adds the --directory option and FastModel board. --- linaro_image_tools/media_create/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'linaro_image_tools/media_create/__init__.py') diff --git a/linaro_image_tools/media_create/__init__.py b/linaro_image_tools/media_create/__init__.py index 0cae106..da63d9c 100644 --- a/linaro_image_tools/media_create/__init__.py +++ b/linaro_image_tools/media_create/__init__.py @@ -82,7 +82,10 @@ def get_args_parser(): '--mmc', dest='device', help='The storage device to use.') group.add_argument( '--image-file', '--image_file', dest='device', - help='File where we should write the QEMU image.') + help='File where we should write an image file.') + group.add_argument( + '--directory', '--directory', dest='directory', + help='Directory where image and accessories should be written to.') parser.add_argument( '--dev', required=True, dest='board', choices=KNOWN_BOARDS, help='Generate an SD card or image for the given board.') -- cgit v1.2.3