commit | 55dabf4d7b6a41496d6908d384aae19ad6c822f4 | [log] [tgz] |
---|---|---|
author | Paul Fagerburg <[email protected]> | Mon Jan 27 22:30:09 2020 |
committer | Paul Fagerburg <[email protected]> | Tue Jan 28 21:27:58 2020 |
tree | d8822de57df7a5d067d8f69be788c0aec7241057 | |
parent | 4b3869a880cde24746afb774ac8516a2f62aa53e [diff] |
new_variant: allow custom fitimage usage message For boards that use a fitimage, the command to generate the fitimage may vary, so add the usage to the reference board variables. BUG=None TEST=`./new_variant.py --board=hatch --variant=sushi` Verify that the gen_fit_image.sh usage example is ./gen_fit_image.sh sushi <path_to_fit_kit> [-b] `./new_variant.py --board=volteer --variant=ripto` Verify that the gen_fit_image.sh usage example is ./gen_fit_image.sh ripto <path_to_fit_kit> <path_to_inputs_folder> [-b] Change-Id: I8433dfaa53a088c908d16cd89d2853b3ec836e3c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/2025290 Tested-by: Paul Fagerburg <[email protected]> Reviewed-by: Jacob Rasmussen <[email protected]>