summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-09 17:04:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:16 +0100
commit558d4ad73d5145ef660632f479e8c81e27a73e47 (patch)
tree7f890419f582f42642ae25589e93b3b96106b55b /documentation
parent50eb7e4226e26e4b7affc0537d980bd11d4ecf42 (diff)
downloadpoky-558d4ad73d5145ef660632f479e8c81e27a73e47.tar.gz
ref-manual/ref-variables: add SYSROOT_PREPROCESS_FUNCS
Added some more specifics for who is doing what. (From yocto-docs rev: 3156a8f3af24cfd21478f2cf29ca9fdac699c0dd) 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.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e5b4db5f13..a862267769 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3557,6 +3557,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3557 </glossdef> 3557 </glossdef>
3558 </glossentry> 3558 </glossentry>
3559 3559
3560 <glossentry id='var-SYSROOT_PREPROCESS_FUNCS'><glossterm>SYSROOT_PREPROCESS_FUNCS</glossterm>
3561 <glossdef>
3562 <para>
3563 A list of functions to execute after files are staged into
3564 the sysroot.
3565 The OpenEmbedded build system usually uses such functions
3566 to apply additional processing on the
3567 staged files, or to stage additional files.
3568 </para>
3569 </glossdef>
3570 </glossentry>
3571
3560 </glossdiv> 3572 </glossdiv>
3561 3573
3562 <glossdiv id='var-glossary-t'><title>T</title> 3574 <glossdiv id='var-glossary-t'><title>T</title>