summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorWeisser, Pascal <pascal.weisser.ext@karlstorz.com>2025-02-07 10:55:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-26 14:49:27 +0000
commitb3347ef7269c55c5750ca21b87396af4a0cf2644 (patch)
treeb8b92cb4d0f63df27f8fdc82289b98d0ea145331 /documentation
parenta7a55e856b9f9863e8164c2c6ad2fb51eb815a8d (diff)
downloadpoky-b3347ef7269c55c5750ca21b87396af4a0cf2644.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: 1dcc8cf7c49da449b324a7bd6bb22effe1d53d70) Signed-off-by: Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index d56eee3bb4..a57c09877a 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3989,6 +3989,12 @@ system and gives an overview of their function and contents.
3989 3989
3990 IMAGE_ROOTFS_EXTRA_SPACE = "41943040" 3990 IMAGE_ROOTFS_EXTRA_SPACE = "41943040"
3991 3991
3992 :term:`IMAGE_ROOTFS_MAXSIZE`
3993 Defines the maximum size in Kbytes for the generated image. If the
3994 generated image size is above that, the build will fail. It's a good
3995 idea to set this variable for images that need to fit on a limited
3996 space (e.g. SD card, a fixed-size partition, ...).
3997
3992 :term:`IMAGE_ROOTFS_SIZE` 3998 :term:`IMAGE_ROOTFS_SIZE`
3993 Defines the size in Kbytes for the generated image. The OpenEmbedded 3999 Defines the size in Kbytes for the generated image. The OpenEmbedded
3994 build system determines the final size for the generated image using 4000 build system determines the final size for the generated image using