summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-02 10:29:29 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-06 10:44:32 +0000
commitfef68d378e5d37fcf025d49af81e7cce26c4ad5c (patch)
treedefb29ffee949a25910af33b9a43ce7d604d0520 /documentation
parentb49a5ccc5b625abb97dd13bc43c6101eb13954dd (diff)
downloadast2050-yocto-poky-fef68d378e5d37fcf025d49af81e7cce26c4ad5c.zip
ast2050-yocto-poky-fef68d378e5d37fcf025d49af81e7cce26c4ad5c.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 0346092..5271dcf 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -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>
OpenPOWER on IntegriCloud