diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 759e708dac..96755bd096 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3409,9 +3409,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
- The KERNEL_SRC
- variable is identical to the KERNEL_PATH
- variable.
+ To help maximize compatibility with out-of-tree drivers
+ used to build modules, the OpenEmbedded build system also
+ recognizes and uses the
+ KERNEL_SRC
+ variable, which is identical to the
+ KERNEL_PATH variable.
+ Both variables are common variables used by external
+ Makefiles to point to the kernel source directory.
@@ -3429,9 +3434,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
- The KERNEL_PATH
- variable is identical to the KERNEL_SRC
- variable.
+ To help maximize compatibility with out-of-tree drivers
+ used to build modules, the OpenEmbedded build system also
+ recognizes and uses the
+ KERNEL_PATH
+ variable, which is identical to the
+ KERNEL_SRC variable.
+ Both variables are common variables used by external
+ Makefiles to point to the kernel source directory.