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 94ecf89 commit dcf54a2Copy full SHA for dcf54a2
doc/releases/migration-guide-4.0.rst
@@ -18,6 +18,12 @@ the :ref:`release notes<zephyr_4.0>`.
18
Build System
19
************
20
21
+* Removed the ``CONFIG_MCUBOOT_CMAKE_WEST_SIGN_PARAMS`` Kconfig option as ``west sign`` is no
22
+ longer called by the build system when signing images for MCUboot.
23
+
24
+* The imgtool part of ``west sign`` has been deprecated, options to be supplied to imgtool when
25
+ signing should be set in :kconfig:option:`CONFIG_MCUBOOT_EXTRA_IMGTOOL_ARGS` instead.
26
27
Kernel
28
******
29
0 commit comments