From d284fbae8e5b2d260f336dc12686fe58f5b46b08 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 16 Sep 2015 10:14:45 -0700 Subject: [PATCH] ref-manual: Added cross-reference phrase to some variables Fixes [YOCTO #8233] The IMAGE_POSTPROCESS_COMMAND and IMAGE_PREPROCESS_COMMAND variables were missing a linked cross-reference to the IMAGE_ROOTFS variable. I added the linked references. (From yocto-docs rev: a36b447ca105b3d63b7cfd085c77b071275e0dab) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4c4fc22717..5bb1b7eaa8 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5532,6 +5532,9 @@ within the function, you can use ${IMAGE_ROOTFS}, which points to the directory that becomes the root filesystem image. + See the + IMAGE_ROOTFS + variable for more information. @@ -5557,6 +5560,9 @@ within the function, you can use ${IMAGE_ROOTFS}, which points to the directory that becomes the root filesystem image. + See the + IMAGE_ROOTFS + variable for more information.