commit | 46b371827b3794d08ad200cacd7c2e388ef2dc68 | [log] [tgz] |
---|---|---|
author | Xinyu Zhang <xinyu.zhang@arm.com> | Fri Jun 30 15:36:44 2023 +0800 |
committer | Xinyu Zhang <xinyu.zhang@arm.com> | Tue Jul 04 17:35:56 2023 +0800 |
tree | 630b9a8040e9a7bb549398e91f78f83e8e4f7e26 | |
parent | d594982f5fb0a29be274f619ce13c375ad574247 [diff] |
configs.py: Refine argparse to select build command type To make configs.py more flexible, argparse is updated as below: 1. Use "--config_params" to list the build config variables of the input configuration. 2. Split the "build commands" into four types: "set_compiler", "cmake_config", "cmake_build" and "post_build". Only print the required type of commands. Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com> Change-Id: I550eb6218fdac34d2aa634e730aba8ccfb05dd52