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>
This commit is contained in:
Scott Rifenbark 2013-01-23 13:12:21 -08:00 committed by Richard Purdie
parent ce6ed21ee7
commit 64933666a6
1 changed files with 27 additions and 1 deletions

View File

@ -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>