diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2020-10-28 04:36:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-30 12:09:21 +0000 |
commit | 778ef216091a15e7a5b378d79ed3aa23043ea936 (patch) | |
tree | 3187ddeae626a5edbea1035c5fbf5d4e87e4fc6d /documentation | |
parent | 0079a0464452fac031794a56a1178c4c1c04b1e0 (diff) | |
download | poky-778ef216091a15e7a5b378d79ed3aa23043ea936.tar.gz |
ref-manual: add IMAGE_LINK_NAME
Add IMAGE_LINK_NAME to the variable glossary.
(From yocto-docs rev: 370551f961a291f7090a8a40a0beea3511274bc1)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index d42298e028..e63bf779a2 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/ref-variables.rst | |||
@@ -3098,6 +3098,17 @@ system and gives an overview of their function and contents. | |||
3098 | See the :term:`GLIBC_GENERATE_LOCALES` | 3098 | See the :term:`GLIBC_GENERATE_LOCALES` |
3099 | variable for information on generating GLIBC locales. | 3099 | variable for information on generating GLIBC locales. |
3100 | 3100 | ||
3101 | |||
3102 | :term:`IMAGE_LINK_NAME` | ||
3103 | The name of the output image symlink (which does not include | ||
3104 | the version part as :term:`IMAGE_NAME` does). The default value | ||
3105 | is derived using the :term:`IMAGE_BASENAME` and :term:`MACHINE` | ||
3106 | variables: | ||
3107 | :: | ||
3108 | |||
3109 | IMAGE_LINK_NAME ?= "${IMAGE_BASENAME}-${MACHINE}" | ||
3110 | |||
3111 | |||
3101 | :term:`IMAGE_MANIFEST` | 3112 | :term:`IMAGE_MANIFEST` |
3102 | The manifest file for the image. This file lists all the installed | 3113 | The manifest file for the image. This file lists all the installed |
3103 | packages that make up the image. The file contains package | 3114 | packages that make up the image. The file contains package |