diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-02 10:29:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-06 10:44:32 +0000 |
commit | fef68d378e5d37fcf025d49af81e7cce26c4ad5c (patch) | |
tree | defb29ffee949a25910af33b9a43ce7d604d0520 /documentation/ref-manual | |
parent | b49a5ccc5b625abb97dd13bc43c6101eb13954dd (diff) | |
download | poky-fef68d378e5d37fcf025d49af81e7cce26c4ad5c.tar.gz |
ref-manual: Updated the KBRANCH variable description
Removed traces of the deprecated KBRANCH_DEFAULT variable.
(From yocto-docs rev: 8130f0db46be872cd857d8579323e4ad00da6380)
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.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0346092c98..5271dcf8f6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -5773,16 +5773,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5773 | is the | 5773 | is the |
5774 | <filename>meta/recipes-kernel/linux/linux-yocto_3.14.bb</filename> | 5774 | <filename>meta/recipes-kernel/linux/linux-yocto_3.14.bb</filename> |
5775 | file. | 5775 | file. |
5776 | Following is the default value for <filename>KBRANCH</filename> | 5776 | Following is an example for a kernel recipe file: |
5777 | and the default override for the architectures the Yocto | ||
5778 | Project supports: | ||
5779 | <literallayout class='monospaced'> | 5777 | <literallayout class='monospaced'> |
5780 | KBRANCH_DEFAULT = "standard/base" | 5778 | KBRANCH ?= "standard/base" |
5781 | KBRANCH = "${KBRANCH_DEFAULT}" | ||
5782 | </literallayout> | 5779 | </literallayout> |
5783 | This branch exists in the <filename>linux-yocto-3.14</filename> | ||
5784 | kernel Git repository | ||
5785 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi/linux-yocto-3.14/refs/heads'></ulink>. | ||
5786 | </para> | 5780 | </para> |
5787 | 5781 | ||
5788 | <para> | 5782 | <para> |