summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
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 14:01:39 +0100
commita59ca8316bf29be5a1f564b6de53ac76ecc27a58 (patch)
tree5d8af155dc9e0da815e445eef165ec82dd40c0cf /documentation/poky-ref-manual
parent4423b5b0247ed45a6c023bea86ae1fa3d6bc5ba8 (diff)
downloadpoky-a59ca8316bf29be5a1f564b6de53ac76ecc27a58.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/poky-ref-manual')
-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>