summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-07 14:58:22 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commit256dcac518dcaca47f82a2f78d3ee86d3a13e91e (patch)
tree15b326aa91237c58da28f8d3c34e6593ebe2bbfb /documentation
parent81f311e34760428e29f79966a48837d3652c7f5e (diff)
downloadpoky-256dcac518dcaca47f82a2f78d3ee86d3a13e91e.tar.gz
ref-manual: add FIT_PAD_ALG
New variable in 4.1. (From yocto-docs rev: 78199299405ae0ed3da543773859dc6309144cf6) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 7ddf705939..9d16d8c466 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2713,6 +2713,10 @@ system and gives an overview of their function and contents.
2713 Specifies the signature algorithm used in creating the FIT Image. 2713 Specifies the signature algorithm used in creating the FIT Image.
2714 For e.g. rsa2048. 2714 For e.g. rsa2048.
2715 2715
2716 :term:`FIT_PAD_ALG`
2717 Specifies the padding algorithm used in creating the FIT Image.
2718 The default value is "pkcs-1.5".
2719
2716 :term:`FIT_SIGN_INDIVIDUAL` 2720 :term:`FIT_SIGN_INDIVIDUAL`
2717 If set to "1", then the :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` 2721 If set to "1", then the :ref:`kernel-fitimage <ref-classes-kernel-fitimage>`
2718 class will sign the kernel, dtb and ramdisk images individually in addition 2722 class will sign the kernel, dtb and ramdisk images individually in addition