summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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