We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efb9d3 commit 66a890aCopy full SHA for 66a890a
docs/release-notes.d/zephyr-folder-paths.md
@@ -0,0 +1,10 @@
1
+- Zephyr signature and encryption key file path handling has now
2
+ been aligned with Zephyr, this means values can be specified in
3
+ multiple .conf file and the one that last set it will be the set
4
+ value. This also means that key files will no longer be found
5
+ relative to the .conf file and will instead be found relative
6
+ to the build system ``APPLICATION_CONFIG_DIR`` variable, though
7
+ the key file strings are now configured which allows for using
8
+ escaped CMake variables to locate the files, for example with
9
+ ``\${CMAKE_CURRENT_LIST_DIR}`` to specify a file relative to
10
+ the folder that the file is in.
0 commit comments