]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: user-manual-ref-variables.xml: Edits to BBCLASSEXTEND.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 5 Feb 2014 14:06:59 +0000 (08:06 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Mar 2014 01:59:00 +0000 (18:59 -0700)
(Bitbake rev: bc2a13ba86a5e01b457209b72608403e6aa12003)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/doc/user-manual/user-manual-ref-variables.xml

index b9db59413175a71bc7dcee1c4456ed52509b4619..31e39ced7b4a4031e5788d3c843f87e1f79b486e 100644 (file)
                 <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>