summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-01-21 16:39:27 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-27 13:56:04 +0000
commitafb26ddaadc7f3df48f12cf58c1c10bb0dbe60a1 (patch)
tree66b030db86212ee7b78178e3c20a80e25765c306 /documentation/ref-manual
parent4648e34300de4fd56b94cabd57a1008c9d4297f8 (diff)
downloadpoky-afb26ddaadc7f3df48f12cf58c1c10bb0dbe60a1.tar.gz
ref-manual: Edits to the LINUX_VERSION_EXTENSION variable.
Applied Darren Hart's review comments. Namely, use the example from the linux-yocto recipes and not the custom recipe. (From yocto-docs rev: 4a537a02bbf6fca4ff1a3beddd03d8115099cddd) 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.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b5f7c24a57..5f7e17d91c 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1703,15 +1703,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1703 1703
1704 <glossentry id='var-LINUX_VERSION_EXTENSION'><glossterm>LINUX_VERSION_EXTENSION</glossterm> 1704 <glossentry id='var-LINUX_VERSION_EXTENSION'><glossterm>LINUX_VERSION_EXTENSION</glossterm>
1705 <glossdef> 1705 <glossdef>
1706 <para>A string extension compiled into the name of the 1706 <para>A string extension compiled into the version
1707 Linux kernel built with the OpenEmbedded build system. 1707 string of the Linux kernel built with the OpenEmbedded
1708 build system.
1708 You define this variable in the kernel recipe. 1709 You define this variable in the kernel recipe.
1709 For example, the <filename>linux-yocto-custom.bb</filename> 1710 For example, the linux-yocto kernel recipes all define
1710 kernel recipe found in 1711 the variable as follows:
1711 <filename>meta-skeleton/recipes-kernel/linux</filename>
1712 defines the variable as follows:
1713 <literallayout class='monospaced'> 1712 <literallayout class='monospaced'>
1714 LINUX_VERSION_EXTENSION ?= "-custom" 1713 LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
1715 </literallayout> 1714 </literallayout>
1716 Defining this variable essentially sets the 1715 Defining this variable essentially sets the
1717 Linux kernel configuration item 1716 Linux kernel configuration item