From patchwork Wed Oct 28 11:36:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] ref-manual: add IMAGE_LINK_NAME From: Paul Eggleton X-Patchwork-Id: 177618 Message-Id: <8c12e9f579cbc0b86ca2fdd09b6b8860b9259585.1603884913.git.paul.eggleton@linux.microsoft.com> To: docs@lists.yoctoproject.org Date: Wed, 28 Oct 2020 04:36:23 -0700 From: Paul Eggleton Add IMAGE_LINK_NAME to the variable glossary. Signed-off-by: Paul Eggleton --- documentation/ref-manual/ref-variables.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index a7fb777..a69cf6a 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. See the :term:`GLIBC_GENERATE_LOCALES` variable for information on generating GLIBC locales. + + :term:`IMAGE_LINK_NAME` + The name of the output image symlink (which does not include + the version part as :term:`IMAGE_NAME` does). The default value + is derived using the :term:`IMAGE_BASENAME` and :term:`MACHINE` + variables: + :: + + IMAGE_LINK_NAME ?= "${IMAGE_BASENAME}-${MACHINE}" + + :term:`IMAGE_MANIFEST` The manifest file for the image. This file lists all the installed packages that make up the image. The file contains package