summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-05-07 09:06:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-12 09:14:03 +0100
commit10edc0b04e46d170f7e83bfaeb8736bba4001dfe (patch)
treecb83bb53a1d7f90b0e82259e992f48efd9e33b0d /documentation
parent693cbd17dfb3f5b9f3af03ba7fb2f1c6947709fa (diff)
downloadpoky-10edc0b04e46d170f7e83bfaeb8736bba4001dfe.tar.gz
ref-manual: Updated PREFERRED_VERSION variable to use 5.0
I changed the PREFERRED_VERSION_linux-yocto example to use the 5.0 linux-yocto kernel rather than the 4.12 version. (From yocto-docs rev: 334554dd87f5372066d55246384ed5205aaf1f86) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml6
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