summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml22
1 files changed, 16 insertions, 6 deletions
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"
3409 </para> 3409 </para>
3410 3410
3411 <para> 3411 <para>
3412 The <link linkend='var-KERNEL_SRC'><filename>KERNEL_SRC</filename></link> 3412 To help maximize compatibility with out-of-tree drivers
3413 variable is identical to the <filename>KERNEL_PATH</filename> 3413 used to build modules, the OpenEmbedded build system also
3414 variable. 3414 recognizes and uses the
3415 <link linkend='var-KERNEL_SRC'><filename>KERNEL_SRC</filename></link>
3416 variable, which is identical to the
3417 <filename>KERNEL_PATH</filename> variable.
3418 Both variables are common variables used by external
3419 Makefiles to point to the kernel source directory.
3415 </para> 3420 </para>
3416 </glossdef> 3421 </glossdef>
3417 </glossentry> 3422 </glossentry>
@@ -3429,9 +3434,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3429 </para> 3434 </para>
3430 3435
3431 <para> 3436 <para>
3432 The <link linkend='var-KERNEL_PATH'><filename>KERNEL_PATH</filename></link> 3437 To help maximize compatibility with out-of-tree drivers
3433 variable is identical to the <filename>KERNEL_SRC</filename> 3438 used to build modules, the OpenEmbedded build system also
3434 variable. 3439 recognizes and uses the
3440 <link linkend='var-KERNEL_PATH'><filename>KERNEL_PATH</filename></link>
3441 variable, which is identical to the
3442 <filename>KERNEL_SRC</filename> variable.
3443 Both variables are common variables used by external
3444 Makefiles to point to the kernel source directory.
3435 </para> 3445 </para>
3436 </glossdef> 3446 </glossdef>
3437 </glossentry> 3447 </glossentry>