diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-29 09:09:44 -0700 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:41 +0100 | 
| commit | c89ebd806c8d70d19e666330fb5e2e6ea6417559 (patch) | |
| tree | 18ffb9f75653dac1e830fdef0decaba470e60f0f | |
| parent | c0334472e2bf656d4e42684090f792056d7352a6 (diff) | |
| download | poky-c89ebd806c8d70d19e666330fb5e2e6ea6417559.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>
| -rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 22 | 
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 | 
