diff options
author | Richard Leitner <dev@g0hl1n.net> | 2023-02-01 12:33:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-10 11:03:36 +0000 |
commit | d792b4f7210a6b9fc444496edaee0ffc15a7d69d (patch) | |
tree | 47fac9067976b1587da4e5132d68a560e7c8720b /documentation/ref-manual/variables.rst | |
parent | 004b65c88b3cd333ce55c195374a0f13431e54cc (diff) | |
download | poky-d792b4f7210a6b9fc444496edaee0ffc15a7d69d.tar.gz |
ref-manual: variables: FIT_KERNEL_COMP_ALG: add lzo
OE-Core rev f1257d61b76d027d4ece734439993b6bf4e48907 introduced support
for using lzo as compression algorithm for fitImage contained kernel
images.
This patch adds the corresponding documentation to FIT_KERNEL_COMP_ALG
and FIT_KERNEL_COMP_ALG_EXTENSION.
(From yocto-docs rev: aba0ab326ea72ff10492e73b452b51d1beaa50d6)
Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 725f5c54cc..edc3aa6523 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2892,13 +2892,14 @@ system and gives an overview of their function and contents. | |||
2892 | 2892 | ||
2893 | :term:`FIT_KERNEL_COMP_ALG` | 2893 | :term:`FIT_KERNEL_COMP_ALG` |
2894 | Compression algorithm to use for the kernel image inside the FIT Image. | 2894 | Compression algorithm to use for the kernel image inside the FIT Image. |
2895 | At present, the only supported values are "gzip" (default) or "none" | 2895 | At present, the only supported values are "gzip" (default), "lzo" or "none". |
2896 | If you set this variable to anything other than "none" you may also need | 2896 | If you set this variable to anything other than "none" you may also need |
2897 | to set :term:`FIT_KERNEL_COMP_ALG_EXTENSION`. | 2897 | to set :term:`FIT_KERNEL_COMP_ALG_EXTENSION`. |
2898 | 2898 | ||
2899 | :term:`FIT_KERNEL_COMP_ALG_EXTENSION` | 2899 | :term:`FIT_KERNEL_COMP_ALG_EXTENSION` |
2900 | File extension corresponding to :term:`FIT_KERNEL_COMP_ALG`. The default | 2900 | File extension corresponding to :term:`FIT_KERNEL_COMP_ALG`. The default |
2901 | value is ".gz". | 2901 | value is ".gz". If you set :term:`FIT_KERNEL_COMP_ALG` to "lzo", |
2902 | you may want to set this variable to ".lzo". | ||
2902 | 2903 | ||
2903 | :term:`FIT_KEY_GENRSA_ARGS` | 2904 | :term:`FIT_KEY_GENRSA_ARGS` |
2904 | Arguments to openssl genrsa for generating RSA private key for signing | 2905 | Arguments to openssl genrsa for generating RSA private key for signing |