summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-29 09:09:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 14:01:39 +0100
commit4423b5b0247ed45a6c023bea86ae1fa3d6bc5ba8 (patch)
treee4c221d4521c8780599d3bfbf5c8978a868b8238 /documentation/poky-ref-manual
parentb47f39dbc3ef062c9f4fadcf1a0425842a12e1f0 (diff)
downloadpoky-4423b5b0247ed45a6c023bea86ae1fa3d6bc5ba8.tar.gz
documentation/poky-ref-manual/ref-variables.xml: Added KERNEL_FEATURES
Added this variable description in the glossary. (From yocto-docs rev: 12a9e5b4dfc399ff2037355aa1062f907a62e76d) 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.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 15bbcee896..24137480c1 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -25,7 +25,7 @@
25 <link linkend='var-HOMEPAGE'>H</link> 25 <link linkend='var-HOMEPAGE'>H</link>
26 <link linkend='var-IMAGE_FEATURES'>I</link> 26 <link linkend='var-IMAGE_FEATURES'>I</link>
27<!-- <link linkend='var-glossary-j'>J</link> --> 27<!-- <link linkend='var-glossary-j'>J</link> -->
28 <link linkend='var-KERNEL_IMAGETYPE'>K</link> 28 <link linkend='var-KERNEL_FEATURES'>K</link>
29 <link linkend='var-LAYERDIR'>L</link> 29 <link linkend='var-LAYERDIR'>L</link>
30 <link linkend='var-MACHINE'>M</link> 30 <link linkend='var-MACHINE'>M</link>
31<!-- <link linkend='var-glossary-n'>N</link> --> 31<!-- <link linkend='var-glossary-n'>N</link> -->
@@ -580,6 +580,26 @@
580 580
581 <glossdiv id='var-glossary-k'><title>K</title> 581 <glossdiv id='var-glossary-k'><title>K</title>
582 582
583 <glossentry id='var-KERNEL_FEATURES'><glossterm>KERNEL_FEATURES</glossterm>
584 <glossdef>
585 <para>Includes additional metadata from the Linux Yocto kernel Git repository.
586 The metadata includes config fragments and features descriptions,
587 which usually include patches as well as config fragments.
588 You typically override the <filename>KERNEL_FEATURES</filename> variable
589 for a specific machine.</para>
590 <para>For example, the following adds <filename>netfilter</filename> to all
591 the Linux Yocto kernels and adds sound support to the <filename>qemux86</filename>
592 machine:
593 <literallayout class='monospaced'>
594 # Add netfilter to all linux-yocto kernels
595 KERNEL_FEATURES="features/netfilter"
596
597 # Add sound support to the qemux86 machine
598 KERNEL_FEATURES_append_qemux86="cfg/sound"
599 </literallayout></para>
600 </glossdef>
601 </glossentry>
602
583 <glossentry id='var-KERNEL_IMAGETYPE'><glossterm>KERNEL_IMAGETYPE</glossterm> 603 <glossentry id='var-KERNEL_IMAGETYPE'><glossterm>KERNEL_IMAGETYPE</glossterm>
584 <glossdef> 604 <glossdef>
585 <para>The type of kernel to build for a device, usually set by the 605 <para>The type of kernel to build for a device, usually set by the