commit | a65b8d40fbf4d7aa1e5cc1f2f6bd85a4a0706238 | [log] [tgz] |
---|---|---|
author | Marc Herbert <marc.herbert@intel.com> | Mon Dec 11 01:26:58 2023 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Dec 15 14:41:36 2023 +0100 |
tree | 6dc0394bc8fc2b0435364819c1367fe634b3f92e | |
parent | c13cf99f2a90f08ad335bbc5add49bd97b1d9269 [diff] |
west: sign.py: always log the rimage command rimage is very verbose by default and has no -q(uiet) option, so saving one line out of more than 100 lines is pointless. RimageSigner.sign() was already very complex and suffering from combinatorial explosion of parameters. With .toml pre-processing (#65411) it's getting worse, so we really need all build logs to show the complete rimage command. Signed-off-by: Marc Herbert <marc.herbert@intel.com>