diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-09 14:44:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-13 23:57:15 +0100 |
commit | 753bda12bc1341feb965c50dca842595ff32ab68 (patch) | |
tree | 4d28271d1662b13c3ae35a63b16dcf3fae5c5987 | |
parent | 47cb48159f3c6398f1c308a640e579014a2b5001 (diff) | |
download | poky-753bda12bc1341feb965c50dca842595ff32ab68.tar.gz |
ref-manual/ref-variables: add MODULE_TARBALL_DEPLOY
Added a consisten introductory sentence before jumping into
how to use the variable.
(From yocto-docs rev: 3e68a345d233ca2fd60e02290547578001b2fa0c)
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>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0031b1a8a7..2177a6f184 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -2472,6 +2472,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
2472 | </glossdef> | 2472 | </glossdef> |
2473 | </glossentry> | 2473 | </glossentry> |
2474 | 2474 | ||
2475 | <glossentry id='var-MODULE_TARBALL_DEPLOY'><glossterm>MODULE_TARBALL_DEPLOY</glossterm> | ||
2476 | <glossdef> | ||
2477 | <para> | ||
2478 | Controls creation of the <filename>modules-*.tgz</filename> | ||
2479 | file. | ||
2480 | Set this variable to "0" to disable creation of this | ||
2481 | file, which contains all of the kernel modules resulting | ||
2482 | from a kernel build. | ||
2483 | </para> | ||
2484 | </glossdef> | ||
2485 | </glossentry> | ||
2486 | |||
2475 | <glossentry id='var-MULTIMACH_TARGET_SYS'><glossterm>MULTIMACH_TARGET_SYS</glossterm> | 2487 | <glossentry id='var-MULTIMACH_TARGET_SYS'><glossterm>MULTIMACH_TARGET_SYS</glossterm> |
2476 | <glossdef> | 2488 | <glossdef> |
2477 | <para> | 2489 | <para> |