summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-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.