summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c490fc360d..fc95845c66 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1679,6 +1679,22 @@ 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_VERSION'><glossterm>LINUX_VERSION</glossterm>
1683 <glossdef>
1684 <para>The Linux version from <filename>kernel.org</filename>
1685 on which the Linux kernel image being built using the
1686 OpenEmbedded build system is based.
1687 You define this varible in the kernel recipe.
1688 For example, the <filename>linux-yocto-3.4.bb</filename>
1689 kernel recipe found in
1690 <filename>meta/recipes-kernel/linux</filename>
1691 defines the variables as follows:
1692 <literallayout class='monospaced'>
1693 LINUX_VERSION ?= "3.4.24"
1694 </literallayout></para>
1695 </glossdef>
1696 </glossentry>
1697
1682 </glossdiv> 1698 </glossdiv>
1683 1699
1684 <glossdiv id='var-glossary-m'><title>M</title> 1700 <glossdiv id='var-glossary-m'><title>M</title>