summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 16f972ce37..e712d9d64a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1465,6 +1465,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1465 </glossdef> 1465 </glossdef>
1466 </glossentry> 1466 </glossentry>
1467 1467
1468 <glossentry id='var-KBRANCH_DEFAULT'><glossterm>KBRANCH_DEFAULT</glossterm>
1469 <glossdef>
1470 <para>
1471 Defines the Linux kernel source repository's default
1472 branch used to build the Linux kernel.
1473 The <filename>KBRANCH_DEFAULT</filename> value is
1474 the default value for
1475 <link linkend='var-KBRANCH'><filename>KBRANCH</filename></link>.
1476 Unless you specify otherwise,
1477 <filename>KBRANCH_DEFAULT</filename> initializes to
1478 "master".
1479 </para>
1480 </glossdef>
1481 </glossentry>
1482
1468 <glossentry id='var-KERNEL_FEATURES'><glossterm>KERNEL_FEATURES</glossterm> 1483 <glossentry id='var-KERNEL_FEATURES'><glossterm>KERNEL_FEATURES</glossterm>
1469 <glossdef> 1484 <glossdef>
1470 <para>Includes additional metadata from the Yocto Project kernel Git repository. 1485 <para>Includes additional metadata from the Yocto Project kernel Git repository.