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>
This commit is contained in:
Scott Rifenbark
2013-03-28 08:37:59 -07:00
committed by Richard Purdie
parent 3cb2451fd5
commit 2eb87e98ba

View File

@@ -322,7 +322,7 @@
<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>;