summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2020-10-27 18:18:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-04 10:55:02 +0000
commit7fdf20dd45f36d5884cb6061ea25575c541da300 (patch)
treed564507192afb05ebd286e422c940d0d9c7632d1 /documentation
parent896736184123ead98b3da97e02d8f71c31821fe9 (diff)
downloadpoky-7fdf20dd45f36d5884cb6061ea25575c541da300.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: 8158dd587b9ea0085bd9a4bde04d41ef4fdd7f62) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 78920a8ea5fb991606300c1fcb48aa6a7c20f8c1) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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