diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-02 15:16:07 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-08 13:02:02 +0000 |
| commit | 777601bb6e43ae66d48d6d63f83ccb5fe62e27bd (patch) | |
| tree | 89cf48348b2b87ac2a076843c914926e9b5cf745 /documentation/ref-manual | |
| parent | 1cd9f2c415d9a6e1d10ce106172f70ad858ea95c (diff) | |
| download | poky-777601bb6e43ae66d48d6d63f83ccb5fe62e27bd.tar.gz | |
ref-manual: Edits to KERNEL_SRC and KERNEL_PATH variables.
These variable descriptions were identical in the ref-manual.
I found out some reasoning behind that and added a bit of
explanation to the entries.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 5c786b5b62fefb959ed7c13bb83e718a9eb22189)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 22 |
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> |
