diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-07-31 10:19:10 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:45 +0100 |
| commit | 534ec3dc722d8599c829ff03d7cacf281a141a07 (patch) | |
| tree | 64047368d0e9aad43708074dc60ff73a62289942 | |
| parent | f32e019ab90d4bb08c6851a1430194db1f2c9800 (diff) | |
| download | poky-534ec3dc722d8599c829ff03d7cacf281a141a07.tar.gz | |
ref-manual: New entry for OE_IMPORTS variable added to glossary.
(From yocto-docs rev: 3b73c2e1418190b1d998f3f7cf425088df887c21)
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 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7c7a2dc80e..3a4da44b79 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | <link linkend='var-LAYERDEPENDS'>L</link> | 30 | <link linkend='var-LAYERDEPENDS'>L</link> |
| 31 | <link linkend='var-MACHINE'>M</link> | 31 | <link linkend='var-MACHINE'>M</link> |
| 32 | <!-- <link linkend='var-glossary-n'>N</link> --> | 32 | <!-- <link linkend='var-glossary-n'>N</link> --> |
| 33 | <link linkend='var-OE_TERMINAL'>O</link> | 33 | <link linkend='var-OE_IMPORTS'>O</link> |
| 34 | <link linkend='var-P'>P</link> | 34 | <link linkend='var-P'>P</link> |
| 35 | <!-- <link linkend='var-glossary-q'>Q</link> --> | 35 | <!-- <link linkend='var-glossary-q'>Q</link> --> |
| 36 | <link linkend='var-RCONFLICTS'>R</link> | 36 | <link linkend='var-RCONFLICTS'>R</link> |
| @@ -2649,6 +2649,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 2649 | 2649 | ||
| 2650 | <glossdiv id='var-glossary-o'><title>O</title> | 2650 | <glossdiv id='var-glossary-o'><title>O</title> |
| 2651 | 2651 | ||
| 2652 | <glossentry id='var-OE_IMPORTS'><glossterm>OE_IMPORTS</glossterm> | ||
| 2653 | <glossdef> | ||
| 2654 | <para> | ||
| 2655 | An internal variable used to tell the OpenEmbedded build | ||
| 2656 | system what Python modules to import for every Python | ||
| 2657 | function run by the system. | ||
| 2658 | </para> | ||
| 2659 | |||
| 2660 | <note> | ||
| 2661 | Do not set this variable. | ||
| 2662 | It is for internal use only. | ||
| 2663 | </note> | ||
| 2664 | </glossdef> | ||
| 2665 | </glossentry> | ||
| 2666 | |||
| 2652 | <glossentry id='var-OE_TERMINAL'><glossterm>OE_TERMINAL</glossterm> | 2667 | <glossentry id='var-OE_TERMINAL'><glossterm>OE_TERMINAL</glossterm> |
| 2653 | <glossdef> | 2668 | <glossdef> |
| 2654 | <para> | 2669 | <para> |
