diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-13 10:04:51 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:17:03 +0000 |
| commit | 51bdf3ba5f229f2a6ff60661b82912bb95591381 (patch) | |
| tree | ea4e5e042ca70aede91f97e7a7e6ea8fd4652816 | |
| parent | f03c8374a9286f719f4978d145eefaf1beeca2bc (diff) | |
| download | poky-51bdf3ba5f229f2a6ff60661b82912bb95591381.tar.gz | |
ref-manual: Review edits to the AUTOREV variable.
Fixes [YOCTO #7306]
Some review updates to have better wording.
(From yocto-docs rev: 6f2d10c87128934958295111d10e038689fd94d3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 582f528ca0..84c5295046 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -408,18 +408,20 @@ | |||
| 408 | </para> | 408 | </para> |
| 409 | 409 | ||
| 410 | <para> | 410 | <para> |
| 411 | If you use the previous statement to inherit the latest | 411 | If you use the previous statement to retrieve the latest |
| 412 | version of software, you need to be sure | 412 | version of software, you need to be sure |
| 413 | <link linkend='var-PV'><filename>PV</filename></link> | 413 | <link linkend='var-PV'><filename>PV</filename></link> |
| 414 | contains | 414 | contains |
| 415 | <filename>${</filename><link linkend='var-SRCPV'><filename>SRCPV</filename></link><filename>}</filename>. | 415 | <filename>${</filename><link linkend='var-SRCPV'><filename>SRCPV</filename></link><filename>}</filename>. |
| 416 | For example, suppose you have a kernel recipe that needs | 416 | For example, suppose you have a kernel recipe that |
| 417 | to inherit the latest kernel and you use the previous | 417 | inherits the |
| 418 | statement. | 418 | <link linkend='ref-classes-kernel'>kernel</link> class |
| 419 | and you use the previous statement. | ||
| 419 | In this example, <filename>${SRCPV}</filename> does not | 420 | In this example, <filename>${SRCPV}</filename> does not |
| 420 | get into <filename>PV</filename>. | 421 | automatically get into <filename>PV</filename>. |
| 421 | Consequently, you need to change <filename>PV</filename> | 422 | Consequently, you need to change <filename>PV</filename> |
| 422 | so that it does contain <filename>${SRCPV}</filename>. | 423 | in your recipe so that it does contain |
| 424 | <filename>${SRCPV}</filename>. | ||
| 423 | </para> | 425 | </para> |
| 424 | </glossdef> | 426 | </glossdef> |
| 425 | </glossentry> | 427 | </glossentry> |
