diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-09-25 14:29:58 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-26 11:18:59 +0100 |
| commit | 3ad1f402d9e6ed0da987e386bd1c244ebe7c09e0 (patch) | |
| tree | 054c7a2e6d435dbbe1d5a38f482d91f95afaaed1 /documentation/ref-manual | |
| parent | 0e7af54763666cde16219465ad2ebaf52dc7f7e6 (diff) | |
| download | poky-3ad1f402d9e6ed0da987e386bd1c244ebe7c09e0.tar.gz | |
ref-manual: Updated kernel example version in PREFERRED_VERSION.
(From yocto-docs rev: bc6960c01cffdc2cef7c9288db9daeed2c3e1a25)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bd5e8c9016..62c070ff29 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -10578,7 +10578,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 10578 | Here are two examples: | 10578 | Here are two examples: |
| 10579 | <literallayout class='monospaced'> | 10579 | <literallayout class='monospaced'> |
| 10580 | PREFERRED_VERSION_python = "3.4.0" | 10580 | PREFERRED_VERSION_python = "3.4.0" |
| 10581 | PREFERRED_VERSION_linux-yocto = "3.19%" | 10581 | PREFERRED_VERSION_linux-yocto = "4.12%" |
| 10582 | </literallayout> | 10582 | </literallayout> |
| 10583 | <note> | 10583 | <note> |
| 10584 | The specified version is matched against | 10584 | The specified version is matched against |
| @@ -10613,14 +10613,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 10613 | to set a machine-specific override. | 10613 | to set a machine-specific override. |
| 10614 | Here is an example: | 10614 | Here is an example: |
| 10615 | <literallayout class='monospaced'> | 10615 | <literallayout class='monospaced'> |
| 10616 | PREFERRED_VERSION_linux-yocto_qemux86 = "3.4%" | 10616 | PREFERRED_VERSION_linux-yocto_qemux86 = "4.12%" |
| 10617 | </literallayout> | 10617 | </literallayout> |
| 10618 | Although not recommended, worst case, you can also use the | 10618 | Although not recommended, worst case, you can also use the |
| 10619 | "forcevariable" override, which is the strongest override | 10619 | "forcevariable" override, which is the strongest override |
| 10620 | possible. | 10620 | possible. |
| 10621 | Here is an example: | 10621 | Here is an example: |
| 10622 | <literallayout class='monospaced'> | 10622 | <literallayout class='monospaced'> |
| 10623 | PREFERRED_VERSION_linux-yocto_forcevariable = "3.4%" | 10623 | PREFERRED_VERSION_linux-yocto_forcevariable = "4.12%" |
| 10624 | </literallayout> | 10624 | </literallayout> |
| 10625 | <note> | 10625 | <note> |
| 10626 | The <filename>_forcevariable</filename> override is | 10626 | The <filename>_forcevariable</filename> override is |
