Skip to content

Commit 66a890a

Browse files
thedjnKde-nordic
authored andcommitted
docs: release-notes: Add note on fixed zephyr build system usage
Adds notes of these changes Signed-off-by: Jamie McCrae <[email protected]>
1 parent 9efb9d3 commit 66a890a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)