diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-03 06:12:06 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:17:43 +0000 |
commit | a3afb9301af644e72928f1097cb5ab31f5f31e74 (patch) | |
tree | b4e452fd6433cec349f4a810b0cfe43e16bdba07 /documentation/ref-manual/ref-classes.xml | |
parent | 9055d86ed7de66c90cb725fb7751cbeea7c198f3 (diff) | |
download | poky-a3afb9301af644e72928f1097cb5ab31f5f31e74.tar.gz |
ref-manual: Added the multilib* class.
(From yocto-docs rev: eb6484ddc6a79c9749877e1499b6f76e06ff0a47)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index ef38b4f92a..131ca0ea24 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1131,6 +1131,22 @@ | |||
1131 | </para> | 1131 | </para> |
1132 | </section> | 1132 | </section> |
1133 | 1133 | ||
1134 | <section id='ref-classes-multilib*'> | ||
1135 | <title><filename>multilib*.bbclass</filename></title> | ||
1136 | |||
1137 | <para> | ||
1138 | The Multilib (<filename>multilib*</filename>) classes provide support | ||
1139 | for building libraries with different target optimizations or target | ||
1140 | architectures and installing them side-by-side in the same image. | ||
1141 | </para> | ||
1142 | |||
1143 | <para> | ||
1144 | For more information on using the Multilib feature, see the | ||
1145 | "<ulink url='&YOCTO_DOCS_DEV_URL;#combining-multiple-versions-library-files-into-one-image'>Combining Multiple Versions of Library Files into One Image</ulink>" | ||
1146 | section in the Yocto Project Development Manual. | ||
1147 | </para> | ||
1148 | </section> | ||
1149 | |||
1134 | <section id='ref-classes-pkgconfig'> | 1150 | <section id='ref-classes-pkgconfig'> |
1135 | <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> | 1151 | <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> |
1136 | 1152 | ||