diff options
author | Daniel Wagenknecht <dwagenknecht@emlix.com> | 2021-06-14 07:30:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-14 22:45:33 +0100 |
commit | 54d16ea967864a41103ed48da038c35682bc8a46 (patch) | |
tree | ae41a52e5ebcdf33d25303df81709751c64e3a20 /documentation/ref-manual | |
parent | 6bf4cd4e8d5dbf05ca64dbcba3c115d24d46f3a6 (diff) | |
download | poky-54d16ea967864a41103ed48da038c35682bc8a46.tar.gz |
ref-manual: variables: fixup class reference in IMAGE_MANIFEST
The definition of IMAGE_MANIFEST was moved to a different class. Fixup
the documentation to reflect this change.
(From yocto-docs rev: 15c0a09154de2a1f6d36e1bb5bf283bd08c9ec3d)
Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 1be825fabf..ff37c9f18d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3099,7 +3099,7 @@ system and gives an overview of their function and contents. | |||
3099 | 3099 | ||
3100 | packagename packagearch version | 3100 | packagename packagearch version |
3101 | 3101 | ||
3102 | The :ref:`image <ref-classes-image>` class defines the manifest | 3102 | The :ref:`rootfs-postcommands <ref-classes-rootfs*>` class defines the manifest |
3103 | file as follows:: | 3103 | file as follows:: |
3104 | 3104 | ||
3105 | IMAGE_MANIFEST ="${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.manifest" | 3105 | IMAGE_MANIFEST ="${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.manifest" |