summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-29 11:52:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 14:01:40 +0100
commitcc004358f1d19458f0c26e5a487461a6ce4647f1 (patch)
treeeda45e9aa863f355467df8a777ec2f0de81133e3 /documentation/poky-ref-manual
parent0e623482d5fffb06dc887a1cb5aa87f924a3d3b3 (diff)
downloadpoky-cc004358f1d19458f0c26e5a487461a6ce4647f1.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.xml6
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: