summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst
index d0850c3c47..df685cdd4e 100644
--- a/documentation/ref-manual/ref-variables.rst
+++ b/documentation/ref-manual/ref-variables.rst
@@ -3068,6 +3068,13 @@ system and gives an overview of their function and contents.
3068 3068
3069 IMAGE_NAME ?= "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}" 3069 IMAGE_NAME ?= "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}"
3070 3070
3071 :term:`IMAGE_NAME_SUFFIX`
3072 Suffix used for the image output file name - defaults to ``".rootfs"``
3073 to distinguish the image file from other files created during image
3074 building; however if this suffix is redundant or not desired you can
3075 clear the value of this variable (set the value to ""). For example,
3076 this is typically cleared in initramfs image recipes.
3077
3071 :term:`IMAGE_OVERHEAD_FACTOR` 3078 :term:`IMAGE_OVERHEAD_FACTOR`
3072 Defines a multiplier that the build system applies to the initial 3079 Defines a multiplier that the build system applies to the initial
3073 image size for cases when the multiplier times the returned disk 3080 image size for cases when the multiplier times the returned disk