Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/data/map.yml: intel_adsp_cavs*: drop --rimage-tool=... param
The `--rimage-tool=...` parameter was added in March 2022 by the very first map.yml commit (rebased f6d6f1e15022) But `west sign` has been invoked by `west build` (through CMake) since commit fad2da3, almost one year ago. At the time, the ability to sign from west flash was preserved for backwards compatibility. Today, `west flash` does not invoke `west sign` any more which means this `--rimage-tool=...` parameter is now ignored. The CI for more recent, ACE platforms (MTL, LNL, etc.) does not pass any `--rimage-tool=...` at all, see evidence in CI runs of zephyrproject-rtos#860 Removing `--rimage-tool=...` from `.github/data/map.yml` will allow blocking that option in `west flash` (zephyrproject-rtos#860) Now that Zephyr 3.5 has been released, we need to reduce the number of rimage use cases and the corresponding validation complexity and maintenance workload to simplify and accelerate new features like splitting rimage configuration files (zephyrproject-rtos#65411) Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information