summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-tasks.xml4
-rw-r--r--documentation/ref-manual/ref-variables.xml10
2 files changed, 14 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'>
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 9ae3c449d4..3278ccc27e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2776,6 +2776,11 @@
2776 For information on runtime dependencies, see the 2776 For information on runtime dependencies, see the
2777 <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link> 2777 <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>
2778 variable. 2778 variable.
2779 You can also see the
2780 "<ulink url='&YOCTO_DOCS_BB_URL;#tasks'>Tasks</ulink>" and
2781 "<ulink url='&YOCTO_DOCS_BB_URL;#dependencies'>Dependencies</ulink>"
2782 sections in the BitBake User Manual for additional
2783 information on tasks and dependencies.
2779 </para> 2784 </para>
2780 </glossdef> 2785 </glossdef>
2781 </glossentry> 2786 </glossentry>
@@ -10181,6 +10186,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10181 For information on build-time dependencies, see the 10186 For information on build-time dependencies, see the
10182 <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link> 10187 <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>
10183 variable. 10188 variable.
10189 You can also see the
10190 "<ulink url='&YOCTO_DOCS_BB_URL;#tasks'>Tasks</ulink>" and
10191 "<ulink url='&YOCTO_DOCS_BB_URL;#dependencies'>Dependencies</ulink>"
10192 sections in the BitBake User Manual for additional
10193 information on tasks and dependencies.
10184 </para> 10194 </para>
10185 </glossdef> 10195 </glossdef>
10186 </glossentry> 10196 </glossentry>