bitbake: user-manual-ref-variables.xml: Edits to BBCLASSEXTEND.

(Bitbake rev: bc2a13ba86a5e01b457209b72608403e6aa12003)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-02-05 08:06:59 -06:00 committed by Richard Purdie
parent 1e305eca4e
commit 6f8f51f3b6
1 changed files with 9 additions and 9 deletions

View File

@ -824,15 +824,15 @@
<para>
Allows you to extend a recipe so that it builds variants
of the software.
Common variants for recipes exist such as "natives"
like <filename>quilt-native</filename>,
which is a copy of Quilt built to run on the build system;
"crosses" such as <filename>gcc-cross</filename>,
which is a compiler built to run on the build machine
but produces binaries that run on the target
<filename>MACHINE</filename>; "nativesdk", which targets
the SDK machine instead of <filename>MACHINE</filename>;
and "mulitlibs" in the form
Some examples of these variants for recipes from the
OpenEmbedded Core metadata are "natives" such as
<filename>quilt-native</filename>, which is a copy of
Quilt built to run on the build system; "crosses" such
as <filename>gcc-cross</filename>, which is a compiler
built to run on the build machine but produces binaries
that run on the target <filename>MACHINE</filename>;
"nativesdk", which targets the SDK machine instead of
<filename>MACHINE</filename>; and "mulitlibs" in the form
"<filename>multilib:&lt;multilib_name&gt;</filename>".
</para>