west: sign.py: rename new `generated/platf.toml` to `rimage_config.toml`
CMake-based build systems like Zephyr's use separate build directories; one for each build configuration. Even Zephyr's multi-build system "sysbuild" (which is not relevant here) uses separate subdirectories. So there is only one pre-processed, .toml file generated by build directory and no need to vary its filename based on the platform name or any other configuration parameter. It can and should keep the same filename across build directories as zephyr.elf and all other build artefacts do. Moreover, when building a collection of configurations (as for instance `sof/scripts/xtensa-build-zephyr.py` does), keeping all build directories consistent with each other simplifies installation, checksumming and any other post-processing. "Fixes" recent commit 15336045 ("west: sign.py: generate platf.toml from platf.toml.h with cc -E") Signed-off-by:Marc Herbert <marc.herbert@intel.com>
Loading
Please sign in to comment