summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
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: