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 @@
KBRANCHKERNEL_FEATURES
- KBRANCH_DEFAULTLINUX_KERNEL_TYPE
- KBRANCH_DEFAULT defines the Linux kernel source
- repository's default branch to use to build the Linux kernel.
- The value is used as the default for KBRANCH, which
- can define an alternate branch typically with a machine override as
- follows:
+ KBRANCH 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:
- KBRANCH_fri2 = "standard/fri2"
+ KBRANCH_fri2 ?= "standard/fri2"
- Unless you specify otherwise, KBRANCH_DEFAULT
- initializes to "master".
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 5271dcf8f6..6bcbbb316f 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"
- KBRANCH_DEFAULT
-
- 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'."
-
-
-
- Defines the Linux kernel source repository's default
- branch used to build the Linux kernel.
- The KBRANCH_DEFAULT value is
- the default value for
- KBRANCH.
- Unless you specify otherwise,
- KBRANCH_DEFAULT initializes to
- "master".
-
-
-
-
KERNEL_EXTRA_ARGS
KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel."