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-03 12:53:40 +0000 |
commit | a6450a951fd52d1330c577139dd492f0c8abb1f8 (patch) | |
tree | bc2e6e6d03edacc180352aa89b804c5d6393524d /documentation | |
parent | ab2744b9092c8b2433fb17cab6c6dba047aa388f (diff) | |
download | poky-a6450a951fd52d1330c577139dd492f0c8abb1f8.tar.gz |
ref-manual: Added the multilib* class.
(From yocto-docs rev: df154cd0c0176c9d213ab03862b1fec41f94b4ec)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 | ||