Lines Matching +full:all +full:- +full:ones
1 .. _west-sign:
6 The ``west sign`` :ref:`extension <west-extensions>` command can be used to
9 an external, post-processing tool that "stitches" the final components of
10 the image together. Run ``west sign -h`` for command line help.
16 but on :ref:`west config<west-config>`, similar to
17 :ref:`west-building-cmake-config`.
22 parameters desired are the default ones and fairly static, these indirections are
24 all these layers can causes issues typical when the layers don't abstract
26 whitespace or other special characters through all the wrappers can be
27 difficult. Reproducing a lower ``west sign`` command to debug some build-time issue
28 can be very time-consuming: it requires at least enabling and searching verbose
37 .. code-block:: ini
46 path = "/home/me/zworkspace/build-rimage/rimage"
49 extra-args = -i 4 -k 'keys/key argument with space.pem'
52 :ref:`west-building-cmake-args`.
54 The ``extra-args`` are passed directly to the ``rimage`` command. The example
55 above has the same effect as appending them on command line after ``--`` like this:
56 ``west sign --tool rimage -- -i 4 -k 'keys/key argument with space.pem'``. In case
57 both are used, the command-line arguments go last.