diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-02-05 08:06:59 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-09 18:59:00 -0700 |
commit | 6f8f51f3b6e08ec4e869e6c5038980aab3c9aa15 (patch) | |
tree | 165fe7f26056c63605b019d5adbb2c5bc0c3de58 | |
parent | 1e305eca4e87c29c1a1f3a1ef9bc820658838dfe (diff) | |
download | poky-6f8f51f3b6e08ec4e869e6c5038980aab3c9aa15.tar.gz |
bitbake: user-manual-ref-variables.xml: Edits to BBCLASSEXTEND.
(Bitbake rev: bc2a13ba86a5e01b457209b72608403e6aa12003)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/doc/user-manual/user-manual-ref-variables.xml | 18 |
1 files 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 @@ | |||
824 | <para> | 824 | <para> |
825 | Allows you to extend a recipe so that it builds variants | 825 | Allows you to extend a recipe so that it builds variants |
826 | of the software. | 826 | of the software. |
827 | Common variants for recipes exist such as "natives" | 827 | Some examples of these variants for recipes from the |
828 | like <filename>quilt-native</filename>, | 828 | OpenEmbedded Core metadata are "natives" such as |
829 | which is a copy of Quilt built to run on the build system; | 829 | <filename>quilt-native</filename>, which is a copy of |
830 | "crosses" such as <filename>gcc-cross</filename>, | 830 | Quilt built to run on the build system; "crosses" such |
831 | which is a compiler built to run on the build machine | 831 | as <filename>gcc-cross</filename>, which is a compiler |
832 | but produces binaries that run on the target | 832 | built to run on the build machine but produces binaries |
833 | <filename>MACHINE</filename>; "nativesdk", which targets | 833 | that run on the target <filename>MACHINE</filename>; |
834 | the SDK machine instead of <filename>MACHINE</filename>; | 834 | "nativesdk", which targets the SDK machine instead of |
835 | and "mulitlibs" in the form | 835 | <filename>MACHINE</filename>; and "mulitlibs" in the form |
836 | "<filename>multilib:<multilib_name></filename>". | 836 | "<filename>multilib:<multilib_name></filename>". |
837 | </para> | 837 | </para> |
838 | 838 | ||