aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-02 10:42:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-06 10:44:33 +0000
commit8ced82e8b245df8e49ce2b366ae192ef30c5a169 (patch)
treea14b75ea319e150ac8340109e613c1ed909d4fc2 /documentation/kernel-dev
parentfef68d378e5d37fcf025d49af81e7cce26c4ad5c (diff)
downloadopenembedded-core-contrib-8ced82e8b245df8e49ce2b366ae192ef30c5a169.tar.gz
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>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/kernel-dev-advanced.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index 283f483112..785076026d 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -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>