diff options
| author | Weisser, Pascal <pascal.weisser.ext@karlstorz.com> | 2025-02-07 10:55:40 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-02-28 06:45:14 -0800 |
| commit | 23a4190b5662eb36a643827bbbd68d8395a1c91f (patch) | |
| tree | 644b84ebfdfdb099f17efe6c4789de311a89c676 /documentation | |
| parent | d38a096fde089e5bc0b26be895bde0c9d57caaec (diff) | |
| download | poky-23a4190b5662eb36a643827bbbd68d8395a1c91f.tar.gz | |
ref-manual: Add missing variable IMAGE_ROOTFS_MAXSIZE
This patch adds the missing documentation of variable IMAGE_ROOTFS_MAXSIZE
to the reference manual.
(From yocto-docs rev: c3c18c5f3d8f1ac8781dbc3fdbfdb53c94095f62)
Signed-off-by:
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 1dcc8cf7c49da449b324a7bd6bb22effe1d53d70)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 3ba3897787..e275221356 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -3902,6 +3902,12 @@ system and gives an overview of their function and contents. | |||
| 3902 | 3902 | ||
| 3903 | IMAGE_ROOTFS_EXTRA_SPACE = "41943040" | 3903 | IMAGE_ROOTFS_EXTRA_SPACE = "41943040" |
| 3904 | 3904 | ||
| 3905 | :term:`IMAGE_ROOTFS_MAXSIZE` | ||
| 3906 | Defines the maximum size in Kbytes for the generated image. If the | ||
| 3907 | generated image size is above that, the build will fail. It's a good | ||
| 3908 | idea to set this variable for images that need to fit on a limited | ||
| 3909 | space (e.g. SD card, a fixed-size partition, ...). | ||
| 3910 | |||
| 3905 | :term:`IMAGE_ROOTFS_SIZE` | 3911 | :term:`IMAGE_ROOTFS_SIZE` |
| 3906 | Defines the size in Kbytes for the generated image. The OpenEmbedded | 3912 | Defines the size in Kbytes for the generated image. The OpenEmbedded |
| 3907 | build system determines the final size for the generated image using | 3913 | build system determines the final size for the generated image using |
