summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-dev/kernel-dev-advanced.xml14
-rw-r--r--documentation/ref-manual/ref-variables.xml18
2 files changed, 5 insertions, 27 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index 283f483..7850760 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>
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 5271dcf..6bcbbb3 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5802,24 +5802,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
- <glossentry id='var-KBRANCH_DEFAULT'><glossterm>KBRANCH_DEFAULT</glossterm>
- <info>
- KBRANCH_DEFAULT[doc] = "Defines the Linux kernel source repository's default branch used to build the Linux kernel. Unless you specify otherwise, the variable initializes to 'master'."
- </info>
- <glossdef>
- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" />
- Defines the Linux kernel source repository's default
- branch used to build the Linux kernel.
- The <filename>KBRANCH_DEFAULT</filename> value is
- the default value for
- <link linkend='var-KBRANCH'><filename>KBRANCH</filename></link>.
- Unless you specify otherwise,
- <filename>KBRANCH_DEFAULT</filename> initializes to
- "master".
- </para>
- </glossdef>
- </glossentry>
-
<glossentry id='var-KERNEL_EXTRA_ARGS'><glossterm>KERNEL_EXTRA_ARGS</glossterm>
<info>
KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel."
OpenPOWER on IntegriCloud