From 54d16ea967864a41103ed48da038c35682bc8a46 Mon Sep 17 00:00:00 2001 From: Daniel Wagenknecht Date: Mon, 14 Jun 2021 07:30:13 +0200 Subject: [PATCH] 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 Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. packagename packagearch version - The :ref:`image ` class defines the manifest + The :ref:`rootfs-postcommands ` class defines the manifest file as follows:: IMAGE_MANIFEST ="${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.manifest"