diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-09 14:48:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-13 23:57:22 +0100 |
commit | 35ec2a0ac1cd89e22ea68ff7ff4debbbd55df13f (patch) | |
tree | 8ae7bd1130bfb1b6c546b3b9140610ae25bd7433 /documentation | |
parent | c4961a9333fe45f247079a50884fc9d33fa38758 (diff) | |
download | poky-35ec2a0ac1cd89e22ea68ff7ff4debbbd55df13f.tar.gz |
ref-manual/ref-variables: add KERNEL_EXTRA_ARGS
Recast the sentence to read better.
(From yocto-docs rev: 522f7b2bb8a8f25e5ce1f4397a581c289beae51f)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2177a6f184..330a6df411 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1739,6 +1739,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1739 | </glossdef> | 1739 | </glossdef> |
1740 | </glossentry> | 1740 | </glossentry> |
1741 | 1741 | ||
1742 | <glossentry id='var-KERNEL_EXTRA_ARGS'><glossterm>KERNEL_EXTRA_ARGS</glossterm> | ||
1743 | <glossdef> | ||
1744 | <para> | ||
1745 | Specifies additional <filename>make</filename> | ||
1746 | command-line arguments the OpenEmbedded build system | ||
1747 | passes on when compiling the kernel. | ||
1748 | </para> | ||
1749 | </glossdef> | ||
1750 | </glossentry> | ||
1751 | |||
1742 | <glossentry id='var-KERNEL_FEATURES'><glossterm>KERNEL_FEATURES</glossterm> | 1752 | <glossentry id='var-KERNEL_FEATURES'><glossterm>KERNEL_FEATURES</glossterm> |
1743 | <glossdef> | 1753 | <glossdef> |
1744 | <para>Includes additional metadata from the Yocto Project kernel Git repository. | 1754 | <para>Includes additional metadata from the Yocto Project kernel Git repository. |