diff options
-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> |