summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-28 08:37:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:37 +0100
commit2eb87e98baf069abecb323c7d431e2ca819b361b (patch)
tree483b3b25dbe5111bfae761f0e7632c24395bcbff /documentation/ref-manual/ref-variables.xml
parent3cb2451fd5e43194ff5d1026a33eb8bef4699c6e (diff)
downloadpoky-2eb87e98baf069abecb323c7d431e2ca819b361b.tar.gz
ref-manual: Edits to BBCLASSEXTEND variable.
(From yocto-docs rev: 10ca40520c9b599fd5c39a25e3b362c3202bcdf8) 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/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 08d4a7cc13..7d8e73293e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -322,7 +322,7 @@
322 <para> 322 <para>
323 Allows you to extend a recipe so that it builds variants of the software. 323 Allows you to extend a recipe so that it builds variants of the software.
324 Common variants for recipes exist such as "natives" like <filename>quilt-native</filename>, 324 Common variants for recipes exist such as "natives" like <filename>quilt-native</filename>,
325 which is a copy of quilt built to run on the build system; 325 which is a copy of Quilt built to run on the build system;
326 "crosses" such as <filename>gcc-cross</filename>, 326 "crosses" such as <filename>gcc-cross</filename>,
327 which is a compiler built to run on the build machine but produces binaries 327 which is a compiler built to run on the build machine but produces binaries
328 that run on the target <link linkend='var-MACHINE'><filename>MACHINE</filename></link>; 328 that run on the target <link linkend='var-MACHINE'><filename>MACHINE</filename></link>;