ref-manual: Updated the KBRANCH variable description

Removed traces of the deprecated KBRANCH_DEFAULT variable.

(From yocto-docs rev: 8130f0db46be872cd857d8579323e4ad00da6380)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-03-02 10:29:29 -08:00 committed by Richard Purdie
parent b49a5ccc5b
commit fef68d378e
1 changed files with 2 additions and 8 deletions

View File

@ -5773,16 +5773,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
is the
<filename>meta/recipes-kernel/linux/linux-yocto_3.14.bb</filename>
file.
Following is the default value for <filename>KBRANCH</filename>
and the default override for the architectures the Yocto
Project supports:
Following is an example for a kernel recipe file:
<literallayout class='monospaced'>
KBRANCH_DEFAULT = "standard/base"
KBRANCH = "${KBRANCH_DEFAULT}"
KBRANCH ?= "standard/base"
</literallayout>
This branch exists in the <filename>linux-yocto-3.14</filename>
kernel Git repository
<ulink url='&YOCTO_GIT_URL;/cgit.cgi/linux-yocto-3.14/refs/heads'></ulink>.
</para>
<para>