From 718277eaece76902c4950f18d428907b39a18ef1 Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Fri, 10 Feb 2023 13:12:57 +0000 Subject: MLIA-769 Add "pretty names" for targets / backends - Provide "pretty names" to print information for targets and backends. - Use 'target_config' instead of 'target' if a target profile is used. - Fix minor issue in output regarding the output directory. Change-Id: Ib38231f30b4d609a0d1e8f9c52b2fb547c69cb6a --- src/mlia/backend/corstone/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mlia/backend/corstone/install.py') diff --git a/src/mlia/backend/corstone/install.py b/src/mlia/backend/corstone/install.py index c57a47b..35976cf 100644 --- a/src/mlia/backend/corstone/install.py +++ b/src/mlia/backend/corstone/install.py @@ -62,7 +62,7 @@ def get_corstone_300_installation() -> Installation: """Get Corstone-300 installation.""" corstone_300 = BackendInstallation( # pylint: disable=line-too-long - name="Corstone-300", + name="corstone-300", description="Corstone-300 FVP", fvp_dir_name="corstone_300", download_artifact=DownloadArtifact( @@ -102,7 +102,7 @@ def get_corstone_300_installation() -> Installation: def get_corstone_310_installation() -> Installation: """Get Corstone-310 installation.""" corstone_310 = BackendInstallation( - name="Corstone-310", + name="corstone-310", description="Corstone-310 FVP", fvp_dir_name="corstone_310", download_artifact=None, -- cgit v1.2.1