From: Scott Rifenbark Date: Wed, 5 Feb 2014 14:06:59 +0000 (-0600) Subject: bitbake: user-manual-ref-variables.xml: Edits to BBCLASSEXTEND. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f8f51f3b6e08ec4e869e6c5038980aab3c9aa15;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: user-manual-ref-variables.xml: Edits to BBCLASSEXTEND. (Bitbake rev: bc2a13ba86a5e01b457209b72608403e6aa12003) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/bitbake/doc/user-manual/user-manual-ref-variables.xml b/bitbake/doc/user-manual/user-manual-ref-variables.xml index b9db5941317..31e39ced7b4 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 @@ Allows you to extend a recipe so that it builds variants of the software. - Common variants for recipes exist such as "natives" - like quilt-native, - which is a copy of Quilt built to run on the build system; - "crosses" such as gcc-cross, - which is a compiler built to run on the build machine - but produces binaries that run on the target - MACHINE; "nativesdk", which targets - the SDK machine instead of MACHINE; - and "mulitlibs" in the form + Some examples of these variants for recipes from the + OpenEmbedded Core metadata are "natives" such as + quilt-native, which is a copy of + Quilt built to run on the build system; "crosses" such + as gcc-cross, which is a compiler + built to run on the build machine but produces binaries + that run on the target MACHINE; + "nativesdk", which targets the SDK machine instead of + MACHINE; and "mulitlibs" in the form "multilib:<multilib_name>".