aboutsummaryrefslogtreecommitdiffstats
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)
downloadopenembedded-core-contrib-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"
</glossdef>
</glossentry>
+ <glossentry id='var-KERNEL_PATH'><glossterm>KERNEL_PATH</glossterm>
+ <glossdef>
+ <para>
+ The location of the kernel sources.
+ This variable is set to the value of the
+ <link linkend='var-STAGING_KERNEL_DIR'><filename>STAGING_KERNEL_DIR</filename></link>
+ within the <filename>module.bbclass</filename> class.
+ For information on how this variable is used, see the
+ "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#incorporating-out-of-tree-modules'>Incorporating Out-of-Tree Modules</ulink>"
+ section.
+ </para>
+
+ <para>
+ The <link linkend='var-KERNEL_SRC'><filename>KERNEL_SRC</filename></link>
+ variable is identical to the <filename>KERNEL_PATH</filename>
+ variable.
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-KERNEL_SRC'><glossterm>KERNEL_SRC</glossterm>
<glossdef>
<para>
@@ -1513,7 +1533,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
For information on how this variable is used, see the
"<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#incorporating-out-of-tree-modules'>Incorporating Out-of-Tree Modules</ulink>"
section.
- </para>
+ </para>
+
+ <para>
+ The <link linkend='var-KERNEL_PATH'><filename>KERNEL_PATH</filename></link>
+ variable is identical to the <filename>KERNEL_SRC</filename>
+ variable.
+ </para>
</glossdef>
</glossentry>