diff options
-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 dc5c44ecaf..2f4ee701f6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -11309,7 +11309,7 @@ | |||
11309 | Here are two examples: | 11309 | Here are two examples: |
11310 | <literallayout class='monospaced'> | 11310 | <literallayout class='monospaced'> |
11311 | PREFERRED_VERSION_python = "3.4.0" | 11311 | PREFERRED_VERSION_python = "3.4.0" |
11312 | PREFERRED_VERSION_linux-yocto = "4.12%" | 11312 | PREFERRED_VERSION_linux-yocto = "5.0%" |
11313 | </literallayout> | 11313 | </literallayout> |
11314 | <note><title>Important</title> | 11314 | <note><title>Important</title> |
11315 | The use of the "<filename>%</filename>" character | 11315 | The use of the "<filename>%</filename>" character |
@@ -11355,14 +11355,14 @@ | |||
11355 | to set a machine-specific override. | 11355 | to set a machine-specific override. |
11356 | Here is an example: | 11356 | Here is an example: |
11357 | <literallayout class='monospaced'> | 11357 | <literallayout class='monospaced'> |
11358 | PREFERRED_VERSION_linux-yocto_qemux86 = "4.12%" | 11358 | PREFERRED_VERSION_linux-yocto_qemux86 = "5.0%" |
11359 | </literallayout> | 11359 | </literallayout> |
11360 | Although not recommended, worst case, you can also use the | 11360 | Although not recommended, worst case, you can also use the |
11361 | "forcevariable" override, which is the strongest override | 11361 | "forcevariable" override, which is the strongest override |
11362 | possible. | 11362 | possible. |
11363 | Here is an example: | 11363 | Here is an example: |
11364 | <literallayout class='monospaced'> | 11364 | <literallayout class='monospaced'> |
11365 | PREFERRED_VERSION_linux-yocto_forcevariable = "4.12%" | 11365 | PREFERRED_VERSION_linux-yocto_forcevariable = "5.0%" |
11366 | </literallayout> | 11366 | </literallayout> |
11367 | <note> | 11367 | <note> |
11368 | The <filename>_forcevariable</filename> override is | 11368 | The <filename>_forcevariable</filename> override is |