summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-01-23 13:12:21 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-27 13:56:05 +0000
commit64933666a6c75aa04140a4e83e4db09edf85b858 (patch)
treef2c64ec276ba2682c9256c36cad65814395060b7 /documentation/ref-manual
parentce6ed21ee78e7011d0d1e36aab41e66abf562214 (diff)
downloadpoky-64933666a6c75aa04140a4e83e4db09edf85b858.tar.gz
ref-manual: New KERNEL_PATH variable added to the glossary.
Also put in a cross-reference in the existing KERNEL_SRC variable. (From yocto-docs rev: 705074a16490155cd64469af3b2ea12a0780281c) 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.xml28
1 files changed, 27 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 64fece31e6..16f972ce37 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1503,6 +1503,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1503 </glossdef> 1503 </glossdef>
1504 </glossentry> 1504 </glossentry>
1505 1505
1506 <glossentry id='var-KERNEL_PATH'><glossterm>KERNEL_PATH</glossterm>
1507 <glossdef>
1508 <para>
1509 The location of the kernel sources.
1510 This variable is set to the value of the
1511 <link linkend='var-STAGING_KERNEL_DIR'><filename>STAGING_KERNEL_DIR</filename></link>
1512 within the <filename>module.bbclass</filename> class.
1513 For information on how this variable is used, see the
1514 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#incorporating-out-of-tree-modules'>Incorporating Out-of-Tree Modules</ulink>"
1515 section.
1516 </para>
1517
1518 <para>
1519 The <link linkend='var-KERNEL_SRC'><filename>KERNEL_SRC</filename></link>
1520 variable is identical to the <filename>KERNEL_PATH</filename>
1521 variable.
1522 </para>
1523 </glossdef>
1524 </glossentry>
1525
1506 <glossentry id='var-KERNEL_SRC'><glossterm>KERNEL_SRC</glossterm> 1526 <glossentry id='var-KERNEL_SRC'><glossterm>KERNEL_SRC</glossterm>
1507 <glossdef> 1527 <glossdef>
1508 <para> 1528 <para>
@@ -1513,7 +1533,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1513 For information on how this variable is used, see the 1533 For information on how this variable is used, see the
1514 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#incorporating-out-of-tree-modules'>Incorporating Out-of-Tree Modules</ulink>" 1534 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#incorporating-out-of-tree-modules'>Incorporating Out-of-Tree Modules</ulink>"
1515 section. 1535 section.
1516 </para> 1536 </para>
1537
1538 <para>
1539 The <link linkend='var-KERNEL_PATH'><filename>KERNEL_PATH</filename></link>
1540 variable is identical to the <filename>KERNEL_SRC</filename>
1541 variable.
1542 </para>
1517 </glossdef> 1543 </glossdef>
1518 </glossentry> 1544 </glossentry>
1519 1545