Skip to content

Commit 515dcf8

Browse files
marc-hbnashif
authored andcommitted
doc: sign: minor rimage update following imgtool removal
Fixes commit 9f2fb6e ("doc: build: Add signing page") that removed the `imgtool` section from the `sign.rst` page. rimage configuration was designed in a very different way from imgtool configuration. The rimage doc section was following the imgtool doc section and constrating the two approaches. Now that the previous imgtool doc section has just been removed, some words like "different" and "instead" don't make sense anymore. Drop them. Signed-off-by: Marc Herbert <[email protected]>
1 parent 6054d99 commit 515dcf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/develop/west/sign.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ the image together. Run ``west sign -h`` for command line help.
1212
rimage
1313
******
1414

15-
rimage configuration uses a different approach that does not rely on Kconfig or CMake
16-
but on :ref:`west config<west-config>` instead, similar to
15+
rimage configuration uses an approach that does not rely on Kconfig or CMake
16+
but on :ref:`west config<west-config>`, similar to
1717
:ref:`west-building-cmake-config`.
1818

1919
Signing involves a number of "wrapper" scripts stacked on top of each other: ``west
@@ -31,8 +31,8 @@ build logs can be unreliable: it may produce different results because of subtle
3131
environment differences. Last and worst: new signing feature and options are
3232
impossible to use until more boilerplate code has been added in each layer.
3333

34-
To avoid these issues, ``rimage`` parameters can bet set in ``west config``
35-
instead. Here's a ``workspace/.west/config`` example:
34+
To avoid these issues, ``rimage`` parameters can bet set in ``west config``.
35+
Here's a ``workspace/.west/config`` example:
3636

3737
.. code-block:: ini
3838

0 commit comments

Comments
 (0)