diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-07-12 13:38:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-19 15:04:51 +0100 |
commit | 48336f5139a6d6ff43cb371f7831817cecec0ae9 (patch) | |
tree | 371da546dd2b094760715a2842c513ea98c8a7e5 /documentation/ref-manual/ref-tasks.xml | |
parent | cf3b80b0c86c47b2103d4d54be2145d0c049dbeb (diff) | |
download | poky-48336f5139a6d6ff43cb371f7831817cecec0ae9.tar.gz |
ref-manual: Added cross-referencing to tasks and dependencies
Fixes [YOCTO #9861]
Placed some section links into the "Tasks" and the "Dependencies"
sections of the BB manual from several areas:
* The "Normal Recipe Build Tasks" section
* The variable description for DEPENDS
* The variable description for RDEPENDS
(From yocto-docs rev: d96347fdb4c3d5a34695f20e995f165c5ba91c32)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index c46debb55b..d2502362d7 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -19,6 +19,10 @@ | |||
19 | <para> | 19 | <para> |
20 | The following sections describe normal tasks associated with building | 20 | The following sections describe normal tasks associated with building |
21 | a recipe. | 21 | a recipe. |
22 | For more information on tasks and dependencies, see the | ||
23 | "<ulink url='&YOCTO_DOCS_BB_URL;#tasks'>Tasks</ulink>" and | ||
24 | "<ulink url='&YOCTO_DOCS_BB_URL;#dependencies'>Dependencies</ulink>" | ||
25 | sections in the BitBake User Manual. | ||
22 | </para> | 26 | </para> |
23 | 27 | ||
24 | <section id='ref-tasks-build'> | 28 | <section id='ref-tasks-build'> |