summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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:23 +0100
commit4c73baf4a3aa6ed498ea0f96e22c277e6480f772 (patch)
tree598c14135c3b1959a09237658ee6e53885065a6a /documentation/ref-manual
parent8bec6f0a7181257c8a3fbde06efa124a428ee6ec (diff)
downloadpoky-4c73baf4a3aa6ed498ea0f96e22c277e6480f772.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/ref-manual')
-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>