summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2020-10-27 18:18:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-30 12:09:21 +0000
commit2e59fedd5236471b696a54d76dc8d4b6bd22f131 (patch)
treefb7fb498c9d3a63abc667b1cbf362a96140cf315 /documentation/ref-manual
parenteac7b4bc3ef7208c23145b613cc049265ea28d07 (diff)
downloadpoky-2e59fedd5236471b696a54d76dc8d4b6bd22f131.tar.gz
ref-manual: add IMAGE_NAME_SUFFIX variable
Add a variable glossary entry for IMAGE_NAME_SUFFIX, which was added way back in krogoth. (From yocto-docs rev: 78920a8ea5fb991606300c1fcb48aa6a7c20f8c1) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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 e26e5531d2..d42298e028 100644
--- a/documentation/ref-manual/ref-variables.rst
+++ b/documentation/ref-manual/ref-variables.rst
@@ -3127,6 +3127,13 @@ system and gives an overview of their function and contents.
3127 3127
3128 IMAGE_NAME ?= "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}" 3128 IMAGE_NAME ?= "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}"
3129 3129
3130 :term:`IMAGE_NAME_SUFFIX`
3131 Suffix used for the image output file name - defaults to ``".rootfs"``
3132 to distinguish the image file from other files created during image
3133 building; however if this suffix is redundant or not desired you can
3134 clear the value of this variable (set the value to ""). For example,
3135 this is typically cleared in initramfs image recipes.
3136
3130 :term:`IMAGE_OVERHEAD_FACTOR` 3137 :term:`IMAGE_OVERHEAD_FACTOR`
3131 Defines a multiplier that the build system applies to the initial 3138 Defines a multiplier that the build system applies to the initial
3132 image size for cases when the multiplier times the returned disk 3139 image size for cases when the multiplier times the returned disk