diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-21 16:29:34 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-27 13:56:04 +0000 |
commit | 4648e34300de4fd56b94cabd57a1008c9d4297f8 (patch) | |
tree | 3174ec97f37e10d07151e978b136ff7c905302f8 /documentation | |
parent | b4b1dc1dd6014c2475777a54a4d5f8c2a2ec1961 (diff) | |
download | poky-4648e34300de4fd56b94cabd57a1008c9d4297f8.tar.gz |
ref-manual: Edits to the LINUX_VERSION variable.
Added a bit about the variable being used to define PV for the
recipe.
Also, fixed a couple indentation problems with some nearby
variables.
(From yocto-docs rev: bec65049218c9c549fe8cd4d5c16e9d917e87866)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 10 |
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> |