mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
kernel-dev, ref-manual: Scrubbed out the KBRANCH_DEFAULT variable.
This variable is out. There were some references to deal with. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: fcdd5de04c722ebde2d3f236310c46a251cf1afc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fef68d378e
commit
8ced82e8b2
@@ -66,19 +66,15 @@
|
||||
<literallayout class='monospaced'>
|
||||
<ulink url='&YOCTO_DOCS_REF_URL;#var-KBRANCH'>KBRANCH</ulink>
|
||||
<ulink url='&YOCTO_DOCS_REF_URL;#var-KERNEL_FEATURES'>KERNEL_FEATURES</ulink>
|
||||
<ulink url='&YOCTO_DOCS_REF_URL;#var-KBRANCH_DEFAULT'>KBRANCH_DEFAULT</ulink>
|
||||
<ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_KERNEL_TYPE'>LINUX_KERNEL_TYPE</ulink>
|
||||
</literallayout>
|
||||
<filename>KBRANCH_DEFAULT</filename> defines the Linux kernel source
|
||||
repository's default branch to use to build the Linux kernel.
|
||||
The value is used as the default for <filename>KBRANCH</filename>, which
|
||||
can define an alternate branch typically with a machine override as
|
||||
follows:
|
||||
<filename>KBRANCH</filename> defines the Linux kernel source
|
||||
repository's branch to use to build the Linux kernel.
|
||||
You can use the value to define an alternate branch typically with a
|
||||
machine override as follows:
|
||||
<literallayout class='monospaced'>
|
||||
KBRANCH_fri2 = "standard/fri2"
|
||||
KBRANCH_fri2 ?= "standard/fri2"
|
||||
</literallayout>
|
||||
Unless you specify otherwise, <filename>KBRANCH_DEFAULT</filename>
|
||||
initializes to "master".
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user