dev-manual: Added multilib example references

Fixes YOCTO #1622

In the introduction paragraph I added references to the three
multilib examples that are located in the meta-skeleton layer
within the Poky repository.

(From yocto-docs rev: f284525c6f9b655a61a0ac052a637b0aedb5b694)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-03-01 12:29:45 -06:00 committed by Richard Purdie
parent 94153bf869
commit b7397f3559
1 changed files with 18 additions and 2 deletions

View File

@ -1214,7 +1214,7 @@
<para> <para>
An example would be where you have most of a system compiled in 32-bit An example would be where you have most of a system compiled in 32-bit
mode using 32-bit libraries, but you have something large, like a database mode using 32-bit libraries, but you have something large, like a database
engine, that needs to be a 64-bit application and use 64-bit libraries. engine, that needs to be a 64-bit application and uses 64-bit libraries.
Multilib allows you to get the best of both 32-bit and 64-bit libraries. Multilib allows you to get the best of both 32-bit and 64-bit libraries.
</para> </para>
@ -1234,6 +1234,21 @@
page. page.
</para> </para>
<para>
Aside from this wiki page, several examples exist in the
<ulink url='&YOCTO_GIT_URL;/cgit.cgi/poky/tree/meta-skeleton'><filename>meta-skeleton</filename></ulink>
layer found in the
<link linkend='source-directory'>Source Directory</link>:
<itemizedlist>
<listitem><para><filename>multilib-example.conf</filename>
configuration file</para></listitem>
<listitem><para><filename>multilib-example2.conf</filename>
configuration file</para></listitem>
<listitem><para><filename>recipes-multilib/images/core-image-multilib-example.bb</filename>
recipe</para></listitem>
</itemizedlist>
</para>
<section id='preparing-to-use-multilib'> <section id='preparing-to-use-multilib'>
<title>Preparing to use Multilib</title> <title>Preparing to use Multilib</title>
@ -1248,7 +1263,8 @@
extended to support multiple libraries. extended to support multiple libraries.
Many standard recipes are already extended and support multiple libraries. Many standard recipes are already extended and support multiple libraries.
You can check in the <filename>meta/conf/multilib.conf</filename> You can check in the <filename>meta/conf/multilib.conf</filename>
configuration file in the Source Directory to see how this is configuration file in the
<link linkend='source-directory'>Source Directory</link> to see how this is
done using the done using the
<ulink url='&YOCTO_DOCS_REF_URL;#var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></ulink> <ulink url='&YOCTO_DOCS_REF_URL;#var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></ulink>
variable. variable.