commit | 15336045aff85e2027748de89ab5a662492eff83 | [log] [tgz] |
---|---|---|
author | Marc Herbert <marc.herbert@intel.com> | Tue Dec 12 06:18:44 2023 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Dec 15 14:41:36 2023 +0100 |
tree | 803a90d8d29197ae2d03704f99917c00077e5d49 | |
parent | a65b8d40fbf4d7aa1e5cc1f2f6bd85a4a0706238 [diff] |
west: sign.py: generate platf.toml from platf.toml.h with cc -E Allow using the C pre-processor to generate a `rimage/config/platform.toml` file from a "source" `rimage/config/platform.toml.h` file. This is optional and fully backwards compatible. To use, do not use `-c` and point west sign at a configuration directory instead or let it use the default `rimage/config/` directory and change the files there. Signed-off-by: Marc Herbert <marc.herbert@intel.com>