mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
693cbd17df
commit
10edc0b04e
@@ -11309,7 +11309,7 @@
|
||||
Here are two examples:
|
||||
<literallayout class='monospaced'>
|
||||
PREFERRED_VERSION_python = "3.4.0"
|
||||
PREFERRED_VERSION_linux-yocto = "4.12%"
|
||||
PREFERRED_VERSION_linux-yocto = "5.0%"
|
||||
</literallayout>
|
||||
<note><title>Important</title>
|
||||
The use of the "<filename>%</filename>" character
|
||||
@@ -11355,14 +11355,14 @@
|
||||
to set a machine-specific override.
|
||||
Here is an example:
|
||||
<literallayout class='monospaced'>
|
||||
PREFERRED_VERSION_linux-yocto_qemux86 = "4.12%"
|
||||
PREFERRED_VERSION_linux-yocto_qemux86 = "5.0%"
|
||||
</literallayout>
|
||||
Although not recommended, worst case, you can also use the
|
||||
"forcevariable" override, which is the strongest override
|
||||
possible.
|
||||
Here is an example:
|
||||
<literallayout class='monospaced'>
|
||||
PREFERRED_VERSION_linux-yocto_forcevariable = "4.12%"
|
||||
PREFERRED_VERSION_linux-yocto_forcevariable = "5.0%"
|
||||
</literallayout>
|
||||
<note>
|
||||
The <filename>_forcevariable</filename> override is
|
||||
|
||||
Reference in New Issue
Block a user