diff options
| -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 |
