summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-01-23 13:48:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-27 13:56:05 +0000
commitdd46994f45d5733915d7fa7a7fe7e2a7f50abe58 (patch)
tree04bf9312d01d5064f755eae74a1c64ec97acf2c6 /documentation/ref-manual
parenteb576addf539e75295c34352ad73a27242156978 (diff)
downloadpoky-dd46994f45d5733915d7fa7a7fe7e2a7f50abe58.tar.gz
ref-manual: Added new variable KBRANCH_DEFAULT.
(From yocto-docs rev: d97c04fd6e818e7b78971f8c459a9778fb4e69f4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.