mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 05:02:24 +00:00
config_tools: add 'configurator' to error message
A new target is available to the gen_acrn_deb.py script, namely 'configurator'. The error message in case the user passes an incorrect target provides the valid option but did not mention this new 'configurator' target. Tracked-On: #7367 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
b894b89f41
commit
e748842da0
@ -241,4 +241,4 @@ if __name__ == "__main__":
|
||||
elif args.deb_mode == 'configurator':
|
||||
create_configurator_deb(args.build_dir)
|
||||
else:
|
||||
print("ERROR: Please check the value of deb_mode: the value shall be acrn_all or board_inspector.")
|
||||
print("ERROR: Please check the value of deb_mode: the value shall be acrn_all, board_inspector or configurator.")
|
||||
|
Loading…
Reference in New Issue
Block a user