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 @@
The following sections describe normal tasks associated with building
a recipe.
+ For more information on tasks and dependencies, see the
+ "Tasks" and
+ "Dependencies"
+ sections in the BitBake User Manual.
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 @@
For information on runtime dependencies, see the
RDEPENDS
variable.
+ You can also see the
+ "Tasks" and
+ "Dependencies"
+ sections in the BitBake User Manual for additional
+ information on tasks and dependencies.
@@ -10181,6 +10186,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
For information on build-time dependencies, see the
DEPENDS
variable.
+ You can also see the
+ "Tasks" and
+ "Dependencies"
+ sections in the BitBake User Manual for additional
+ information on tasks and dependencies.