diff options
author | Weisser, Pascal <pascal.weisser.ext@karlstorz.com> | 2025-02-07 10:55:40 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-03-06 13:57:04 -0800 |
commit | 867ecfc84eee1a5d93bb19042934c8bd6a003353 (patch) | |
tree | f70c6007d8f17e79b865e6808533d2311aff66f0 | |
parent | 11a8dec6e29ac0b2fd942c0fc00dd7fc30658841 (diff) | |
download | poky-867ecfc84eee1a5d93bb19042934c8bd6a003353.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: 9a1802e70d37c29da750b1156eea7cce1e123f56)
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>
-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 7faea61416..a5d22abe0b 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3934,6 +3934,12 @@ system and gives an overview of their function and contents. | |||
3934 | 3934 | ||
3935 | IMAGE_ROOTFS_EXTRA_SPACE = "41943040" | 3935 | IMAGE_ROOTFS_EXTRA_SPACE = "41943040" |
3936 | 3936 | ||
3937 | :term:`IMAGE_ROOTFS_MAXSIZE` | ||
3938 | Defines the maximum size in Kbytes for the generated image. If the | ||
3939 | generated image size is above that, the build will fail. It's a good | ||
3940 | idea to set this variable for images that need to fit on a limited | ||
3941 | space (e.g. SD card, a fixed-size partition, ...). | ||
3942 | |||
3937 | :term:`IMAGE_ROOTFS_SIZE` | 3943 | :term:`IMAGE_ROOTFS_SIZE` |
3938 | Defines the size in Kbytes for the generated image. The OpenEmbedded | 3944 | Defines the size in Kbytes for the generated image. The OpenEmbedded |
3939 | build system determines the final size for the generated image using | 3945 | build system determines the final size for the generated image using |