From 6f8f51f3b6e08ec4e869e6c5038980aab3c9aa15 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 5 Feb 2014 08:06:59 -0600 Subject: bitbake: user-manual-ref-variables.xml: Edits to BBCLASSEXTEND. (Bitbake rev: bc2a13ba86a5e01b457209b72608403e6aa12003) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- bitbake/doc/user-manual/user-manual-ref-variables.xml | 18 +++++++++--------- 1 file 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 b9db594131..31e39ced7b 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>". -- cgit v1.2.3-54-g00ecf