summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index bc728b8d90..b5f7c24a57 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1674,7 +1674,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1674 The <filename>LICENSE_PATH</filename> variable allows you to extend that 1674 The <filename>LICENSE_PATH</filename> variable allows you to extend that
1675 location to other areas that have additional licenses: 1675 location to other areas that have additional licenses:
1676 <literallayout class='monospaced'> 1676 <literallayout class='monospaced'>
1677 LICENSE_PATH += "/path/to/additional/common/licenses" 1677 LICENSE_PATH += "/path/to/additional/common/licenses"
1678 </literallayout></para> 1678 </literallayout></para>
1679 </glossdef> 1679 </glossdef>
1680 </glossentry> 1680 </glossentry>
@@ -1690,7 +1690,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1690 <filename>meta/recipes-kernel/linux</filename> 1690 <filename>meta/recipes-kernel/linux</filename>
1691 defines the variables as follows: 1691 defines the variables as follows:
1692 <literallayout class='monospaced'> 1692 <literallayout class='monospaced'>
1693 LINUX_VERSION ?= "3.4.24" 1693 LINUX_VERSION ?= "3.4.24"
1694 </literallayout>
1695 The <filename>LINUX_VERSION</filename> variable is used to
1696 define <link linkend='var-PV'><filename>PV</filename></link>
1697 for the recipe:
1698 <literallayout class='monospaced'>
1699 PV = "${LINUX_VERSION}+git${SRCPV}"
1694 </literallayout></para> 1700 </literallayout></para>
1695 </glossdef> 1701 </glossdef>
1696 </glossentry> 1702 </glossentry>