summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-29 09:22:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:41 +0100
commitc47f8ed57d7f9c9665e8559615c9a02d6d5303f7 (patch)
tree1b5850bd32a9140460a69abc6df1ecb7df7e8358 /documentation
parentc89ebd806c8d70d19e666330fb5e2e6ea6417559 (diff)
downloadpoky-c47f8ed57d7f9c9665e8559615c9a02d6d5303f7.tar.gz
documentation/poky-ref-manual/ref-variables.xml: updates to KERNEL_FEATURES.
(From yocto-docs rev: ec1e2d71c576fe1c12031371de89a71770cebb1d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 24137480c1..85e6d778fb 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -583,7 +583,13 @@
583 <glossentry id='var-KERNEL_FEATURES'><glossterm>KERNEL_FEATURES</glossterm> 583 <glossentry id='var-KERNEL_FEATURES'><glossterm>KERNEL_FEATURES</glossterm>
584 <glossdef> 584 <glossdef>
585 <para>Includes additional metadata from the Linux Yocto kernel Git repository. 585 <para>Includes additional metadata from the Linux Yocto kernel Git repository.
586 The metadata includes config fragments and features descriptions, 586 In the Yocto Project build system, the default Board Support Packages (BSPs)
587 metadata is provided through
588 the <filename>KMACHINE</filename> and <filename>KBRANCH</filename> variables.
589 You can use the <filename>KERNEL_FEATURES</filename> variable to further
590 add metadata for all BSPs.</para>
591 <para>The metadata you add through this variable includes config fragments and
592 features descriptions,
587 which usually include patches as well as config fragments. 593 which usually include patches as well as config fragments.
588 You typically override the <filename>KERNEL_FEATURES</filename> variable 594 You typically override the <filename>KERNEL_FEATURES</filename> variable
589 for a specific machine.</para> 595 for a specific machine.</para>