diff options
author | 2013-12-12 13:04:38 -0600 | |
---|---|---|
committer | 2013-12-13 16:29:53 +0000 | |
commit | 8477e7723097633d70b070c0a8aed6e1cb94afa3 (patch) | |
tree | 875fcfc5d829044bf178b77892b7d3a4a2a770bd | |
parent | 9c371cf3f42fb274a275b9434b99ec26afc8e793 (diff) | |
download | poky-8477e7723097633d70b070c0a8aed6e1cb94afa3.tar.gz poky-8477e7723097633d70b070c0a8aed6e1cb94afa3.tar.bz2 poky-8477e7723097633d70b070c0a8aed6e1cb94afa3.zip |
ref-manual: Fixed the reference to the script for icecc class.
(From yocto-docs rev: 51afdedc5c9bb6b689e7cf8771e0889d445f5326)
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-classes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index aae306224f..ca96b3b277 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -969,11 +969,11 @@ If <link linkend='var-ICECC_ENV_EXEC'><filename>ICECC_ENV_EXEC</filename></link> is set in your <filename>local.conf</filename> file, the variable should - point to the <filename>icecc-create-env</filename> script provided by - the user. + point to the <filename>icecc-create-env</filename> script + provided by the user. If you do not point to a user-provided script, the build system uses the default script provided by the recipe - <filename>icecc-create-env.bb</filename>. + <filename>icecc-create-env-native.bb</filename>. <note> This script is a modified version and not the one that comes with <filename>icecc</filename>. |