summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-01-21 16:52:38 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-27 13:56:04 +0000
commitf37037f26f7bc038529f555db9548d89e50fd2e4 (patch)
treedd417077f4256cad83b08b3a3c42a9dc3a850d5a /documentation/ref-manual
parentafb26ddaadc7f3df48f12cf58c1c10bb0dbe60a1 (diff)
downloadpoky-f37037f26f7bc038529f555db9548d89e50fd2e4.tar.gz
ref-manual: Edits to a couple variables in the glossary
1. LINUX_VERSION_EXTENSION: Added a link on the LINUX_KERNEL_TYPE variable. 2. Added a new variable description for the LINUX_KERNEL_TYPE variable. (From yocto-docs rev: f4ace3c64838044e2eb700af4b024a96ab1e2315) 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.xml30
1 files changed, 29 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 5f7e17d91c..dd3e7ae33e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1679,6 +1679,34 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1679 </glossdef> 1679 </glossdef>
1680 </glossentry> 1680 </glossentry>
1681 1681
1682 <glossentry id='var-LINUX_KERNEL_TYPE'><glossterm>LINUX_KERNEL_TYPE</glossterm>
1683 <glossdef>
1684 <para>
1685 Defines the kernel type to be used in assembling the
1686 configuration.
1687 The linux-yocto recipes define "standard", "tiny", and
1688 "preempt-rt" kernel types.
1689 See the
1690 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#kernel-types'>Kernel Types</ulink>"
1691 section in the Yocto Project Linux Kernel Development
1692 Manual for more information on kernel types.
1693 </para>
1694
1695 <para>
1696 If you do not specify a
1697 <filename>LINUX_KERNEL_TYPE</filename>, it defaults to
1698 "standard".
1699 Together with
1700 <link linkend='var-KMACHINE'><filename>KMACHINE</filename></link>,
1701 the <filename>LINUX_KERNEL_TYPE</filename> variable
1702 defines the search
1703 arguments used by the kernel tools to find the appropriate
1704 description within the kernel Metadata with which to build
1705 out the sources and configuration.
1706 </para>
1707 </glossdef>
1708 </glossentry>
1709
1682 <glossentry id='var-LINUX_VERSION'><glossterm>LINUX_VERSION</glossterm> 1710 <glossentry id='var-LINUX_VERSION'><glossterm>LINUX_VERSION</glossterm>
1683 <glossdef> 1711 <glossdef>
1684 <para>The Linux version from <filename>kernel.org</filename> 1712 <para>The Linux version from <filename>kernel.org</filename>
@@ -1710,7 +1738,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1710 For example, the linux-yocto kernel recipes all define 1738 For example, the linux-yocto kernel recipes all define
1711 the variable as follows: 1739 the variable as follows:
1712 <literallayout class='monospaced'> 1740 <literallayout class='monospaced'>
1713 LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" 1741 LINUX_VERSION_EXTENSION ?= "-yocto-${<link linkend='var-LINUX_KERNEL_TYPE'>LINUX_KERNEL_TYPE</link>}"
1714 </literallayout> 1742 </literallayout>
1715 Defining this variable essentially sets the 1743 Defining this variable essentially sets the
1716 Linux kernel configuration item 1744 Linux kernel configuration item