From b7397f3559b2ca86943594122b3cf008e50f80a2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 1 Mar 2013 12:29:45 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 7e90eb8ef1..9f8fb333dc 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1214,7 +1214,7 @@ 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 - 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. @@ -1234,6 +1234,21 @@ page. + + Aside from this wiki page, several examples exist in the + meta-skeleton + layer found in the + Source Directory: + + multilib-example.conf + configuration file + multilib-example2.conf + configuration file + recipes-multilib/images/core-image-multilib-example.bb + recipe + + +
Preparing to use Multilib @@ -1248,7 +1263,8 @@ extended to support multiple libraries. Many standard recipes are already extended and support multiple libraries. You can check in the meta/conf/multilib.conf - configuration file in the Source Directory to see how this is + configuration file in the + Source Directory to see how this is done using the BBCLASSEXTEND variable. -- cgit v1.2.3-54-g00ecf