diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-29 11:52:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:42 +0100 |
commit | 11f9e74190d42c426de107e03cce36739ebc2044 (patch) | |
tree | cad05b6472f48ed78014cf4dd2666d5a29c56cd2 /documentation/poky-ref-manual | |
parent | 11815ab092a4039bdb1a3973549b0ab8751e3789 (diff) | |
download | poky-11f9e74190d42c426de107e03cce36739ebc2044.tar.gz |
documentation/poky-ref-manual/ref-variables.xml: updated KERNEL_FEATURES
(From yocto-docs rev: 37a9cea71139ceda1d2a7da639f5555414ef497b)
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.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 85e6d778fb..6843094fca 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -590,9 +590,11 @@ | |||
590 | add metadata for all BSPs.</para> | 590 | add metadata for all BSPs.</para> |
591 | <para>The metadata you add through this variable includes config fragments and | 591 | <para>The metadata you add through this variable includes config fragments and |
592 | features descriptions, | 592 | features descriptions, |
593 | which usually include patches as well as config fragments. | 593 | which usually includes patches as well as config fragments. |
594 | You typically override the <filename>KERNEL_FEATURES</filename> variable | 594 | You typically override the <filename>KERNEL_FEATURES</filename> variable |
595 | for a specific machine.</para> | 595 | for a specific machine. |
596 | In this way, you can provide validated, but optional, sets of kernel | ||
597 | configurations and features.</para> | ||
596 | <para>For example, the following adds <filename>netfilter</filename> to all | 598 | <para>For example, the following adds <filename>netfilter</filename> to all |
597 | the Linux Yocto kernels and adds sound support to the <filename>qemux86</filename> | 599 | the Linux Yocto kernels and adds sound support to the <filename>qemux86</filename> |
598 | machine: | 600 | machine: |