commit | 525fa76f4dd13d42549261c9fc846a150ee291bc | [log] [tgz] |
---|---|---|
author | Maureen Helm <maureen.helm@intel.com> | Wed Nov 17 08:05:25 2021 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Nov 17 19:44:35 2021 -0500 |
tree | 2a288f759c0e9efc6ef225ba937eca4cee49066b | |
parent | 7b7e175f8ce2b9e32abbf3ba1edc88d06c933d46 [diff] |
boards: xtensa: Use a CMake variable to set the rimage target name Removes hardcoded logic in the west signing script that translates Zephyr board names to rimage target names. Instead, use a cached CMake variable set at the board level to define its respective rimage target name. This eliminates the need to modify the west signing script when new SOF-supported boards are introduced to Zephyr. Signed-off-by: Maureen Helm <maureen.helm@intel.com>