diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-09-16 10:14:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:05:28 +0100 |
commit | d284fbae8e5b2d260f336dc12686fe58f5b46b08 (patch) | |
tree | 642aab2b62a5d92f848706f4dd853302753adbc0 /documentation | |
parent | 5a226f7e3c1e8de8a1aec174ff946b8352d338bc (diff) | |
download | poky-d284fbae8e5b2d260f336dc12686fe58f5b46b08.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
5532 | within the function, you can use | 5532 | within the function, you can use |
5533 | <filename>${IMAGE_ROOTFS}</filename>, which points to | 5533 | <filename>${IMAGE_ROOTFS}</filename>, which points to |
5534 | the directory that becomes the root filesystem image. | 5534 | the directory that becomes the root filesystem image. |
5535 | See the | ||
5536 | <link linkend='var-IMAGE_ROOTFS'><filename>IMAGE_ROOTFS</filename></link> | ||
5537 | variable for more information. | ||
5535 | </para> | 5538 | </para> |
5536 | </glossdef> | 5539 | </glossdef> |
5537 | </glossentry> | 5540 | </glossentry> |
@@ -5557,6 +5560,9 @@ | |||
5557 | within the function, you can use | 5560 | within the function, you can use |
5558 | <filename>${IMAGE_ROOTFS}</filename>, which points to | 5561 | <filename>${IMAGE_ROOTFS}</filename>, which points to |
5559 | the directory that becomes the root filesystem image. | 5562 | the directory that becomes the root filesystem image. |
5563 | See the | ||
5564 | <link linkend='var-IMAGE_ROOTFS'><filename>IMAGE_ROOTFS</filename></link> | ||
5565 | variable for more information. | ||
5560 | </para> | 5566 | </para> |
5561 | </glossdef> | 5567 | </glossdef> |
5562 | </glossentry> | 5568 | </glossentry> |