diff options
Diffstat (limited to 'documentation/ref-manual')
-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 | ||