diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 171b8df8f3..da051e5e45 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_IMPORTS'>O</link> | 33 | <link linkend='var-OE_BINCONFIG_EXTRA_MANGLE'>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> |
@@ -2696,6 +2696,33 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
2696 | 2696 | ||
2697 | <glossdiv id='var-glossary-o'><title>O</title> | 2697 | <glossdiv id='var-glossary-o'><title>O</title> |
2698 | 2698 | ||
2699 | <glossentry id='var-OE_BINCONFIG_EXTRA_MANGLE'><glossterm>OE_BINCONFIG_EXTRA_MANGLE</glossterm> | ||
2700 | <glossdef> | ||
2701 | <para> | ||
2702 | When a recipe inherits the | ||
2703 | <filename>binconfig.bbclass</filename> class, this variable | ||
2704 | specifies additional arguments passed to the "sed" command. | ||
2705 | The sed command alters any paths in configuration scripts | ||
2706 | that have been set up during compilation. | ||
2707 | This alteration ensures the commands are correct for use | ||
2708 | when installed into the sysroot and called by the build | ||
2709 | processes of other recipes. | ||
2710 | </para> | ||
2711 | |||
2712 | <para> | ||
2713 | See the <filename>meta/classes/binconfig.bbclass</filename> | ||
2714 | in the | ||
2715 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> | ||
2716 | for details on how this class applies these additional | ||
2717 | sed command arguments. | ||
2718 | For general information on the | ||
2719 | <filename>binconfig.bbclass</filename> class, see the | ||
2720 | "<link linkend='ref-classes-binconfig'>Binary Configuration Scripts - <filename>binconfig.bbclass</filename></link>" | ||
2721 | section. | ||
2722 | </para> | ||
2723 | </glossdef> | ||
2724 | </glossentry> | ||
2725 | |||
2699 | <glossentry id='var-OE_IMPORTS'><glossterm>OE_IMPORTS</glossterm> | 2726 | <glossentry id='var-OE_IMPORTS'><glossterm>OE_IMPORTS</glossterm> |
2700 | <glossdef> | 2727 | <glossdef> |
2701 | <para> | 2728 | <para> |