summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-12-20 13:16:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-28 10:57:46 +0000
commit81412adb5e80a34cb2eb4a36df9da3c54b99e80a (patch)
tree7a7ab3e3400fdf9f5ae9c01cabd23b64b9f6dc1a /documentation/ref-manual
parentf185c782637d4001636abe0cf581cf6e45c93959 (diff)
downloadpoky-81412adb5e80a34cb2eb4a36df9da3c54b99e80a.tar.gz
ref-manual/variables: document the FIRMWARE_COMPRESSION variable
Added in oecore after the 20241017 update. (From yocto-docs rev: 9073f575f169ab545198d82b69cca5f9e3db152f) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index b31abeced4..21c4c78873 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3038,6 +3038,16 @@ system and gives an overview of their function and contents.
3038 tables, examine the existing ``fs-perms.txt``, 3038 tables, examine the existing ``fs-perms.txt``,
3039 ``fs-perms-volatile-log.txt`` and ``fs-perms-volatile-tmp.txt`` files. 3039 ``fs-perms-volatile-log.txt`` and ``fs-perms-volatile-tmp.txt`` files.
3040 3040
3041 :term:`FIRMWARE_COMPRESSION`
3042 The :term:`FIRMWARE_COMPRESSION` allows compressing the firmware provided
3043 by the ``linux-firmware`` recipe. The default value of this variable is an
3044 empty string (no compression), and the possible values it can take are
3045 ``xz`` and ``zst``. This can allow significant disk space savings.
3046
3047 For this to work, the Linux Kernel requires the
3048 ``CONFIG_FW_LOADER_COMPRESS_XZ`` or ``CONFIG_FW_LOADER_COMPRESS_ZSTD``
3049 configuration options to be set.
3050
3041 :term:`FIT_ADDRESS_CELLS` 3051 :term:`FIT_ADDRESS_CELLS`
3042 Specifies the value of the ``#address-cells`` value for the 3052 Specifies the value of the ``#address-cells`` value for the
3043 description of the FIT image. 3053 description of the FIT image.