]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Edits to BBCLASSEXTEND variable.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Thu, 28 Mar 2013 15:37:59 +0000 (08:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:13:37 +0000 (14:13 +0100)
(From yocto-docs rev: 10ca40520c9b599fd5c39a25e3b362c3202bcdf8)

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

index 08d4a7cc13abc92764e3f76d1eb163a30d0a1d64..7d8e73293e350cb0ff8c4990ebd50cd61dcc30e0 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;
+                    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 <link linkend='var-MACHINE'><filename>MACHINE</filename></link>;