Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
suit: Fix JINJA path usage in suit.cmake file
In the suit.cmake file there are no token replacements for the JINJA template files and due to that the INPUT_ENVELOPE_JINJA_FILE variable uses the wrong value while it uses the CMake variable from a prj.conf file. For example setting the `CONFIG_SUIT_ENVELOPE_TEMPLATE="${ZEPHYR_NRF_MODULE_DIR}.yaml. jinja2` kconfig provides the wrong path to the SUIT generator. To fix it, I added a simple string configuration. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
- Loading branch information