summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2020-10-28 04:36:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-04 10:55:02 +0000
commit3fc4576c848d6927929ceeaa195cd498deb47827 (patch)
treea520214da15cda747e3530fb10df0de9743af3c6 /documentation
parent7fdf20dd45f36d5884cb6061ea25575c541da300 (diff)
downloadpoky-3fc4576c848d6927929ceeaa195cd498deb47827.tar.gz
ref-manual: add IMAGE_LINK_NAME
Add IMAGE_LINK_NAME to the variable glossary. (From yocto-docs rev: 83ec0ccbf1b5f58f730c739ee7bcfc3d4afabf1d) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 370551f961a291f7090a8a40a0beea3511274bc1) 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.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst
index df685cdd4e..cdf8e40f98 100644
--- a/documentation/ref-manual/ref-variables.rst
+++ b/documentation/ref-manual/ref-variables.rst
@@ -3039,6 +3039,17 @@ system and gives an overview of their function and contents.
3039 See the :term:`GLIBC_GENERATE_LOCALES` 3039 See the :term:`GLIBC_GENERATE_LOCALES`
3040 variable for information on generating GLIBC locales. 3040 variable for information on generating GLIBC locales.
3041 3041
3042
3043 :term:`IMAGE_LINK_NAME`
3044 The name of the output image symlink (which does not include
3045 the version part as :term:`IMAGE_NAME` does). The default value
3046 is derived using the :term:`IMAGE_BASENAME` and :term:`MACHINE`
3047 variables:
3048 ::
3049
3050 IMAGE_LINK_NAME ?= "${IMAGE_BASENAME}-${MACHINE}"
3051
3052
3042 :term:`IMAGE_MANIFEST` 3053 :term:`IMAGE_MANIFEST`
3043 The manifest file for the image. This file lists all the installed 3054 The manifest file for the image. This file lists all the installed
3044 packages that make up the image. The file contains package 3055 packages that make up the image. The file contains package