summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-02-05 08:06:59 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-09 18:59:00 -0700
commit6f8f51f3b6e08ec4e869e6c5038980aab3c9aa15 (patch)
tree165fe7f26056c63605b019d5adbb2c5bc0c3de58 /bitbake
parent1e305eca4e87c29c1a1f3a1ef9bc820658838dfe (diff)
downloadast2050-yocto-poky-6f8f51f3b6e08ec4e869e6c5038980aab3c9aa15.zip
ast2050-yocto-poky-6f8f51f3b6e08ec4e869e6c5038980aab3c9aa15.tar.gz
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>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/user-manual/user-manual-ref-variables.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/bitbake/doc/user-manual/user-manual-ref-variables.xml b/bitbake/doc/user-manual/user-manual-ref-variables.xml
index b9db594..31e39ce 100644
--- a/bitbake/doc/user-manual/user-manual-ref-variables.xml
+++ b/bitbake/doc/user-manual/user-manual-ref-variables.xml
@@ -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>
OpenPOWER on IntegriCloud