diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-23 13:48:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-27 13:56:05 +0000 |
commit | dd46994f45d5733915d7fa7a7fe7e2a7f50abe58 (patch) | |
tree | 04bf9312d01d5064f755eae74a1c64ec97acf2c6 /documentation/ref-manual/ref-variables.xml | |
parent | eb576addf539e75295c34352ad73a27242156978 (diff) | |
download | poky-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/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 15 |
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. |