commit | 57ea358afc38a1f6f76cb4b4eb6bae2eadd2052f | [log] [tgz] |
---|---|---|
author | Marc Herbert <marc.herbert@intel.com> | Wed Oct 26 22:55:00 2022 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Nov 28 10:00:50 2022 -0500 |
tree | ea6cdcf49d822092e734d6bb88daa0b58feac9e0 | |
parent | d8e7a0db421e977fa213d55fa886dc053f1b9aab [diff] |
intel_adsp: strip rimage main.mod when CONFIG_BUILD_OUTPUT_STRIPPED Be consistency with zephyr.strip This will help with reproducibility issues like the one in https://github.com/thesofproject/sof-bin/pull/106 Use the `strip_command` introduced by commit c060b075a62e ("cmake: toolchain: bintools abstraction") boot.mod is already deterministic because it has no debug symbols; no need to strip it. Signed-off-by: Marc Herbert <marc.herbert@intel.com>