summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index e927a89bee..59f8caa687 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3554,7 +3554,7 @@
3554 require conf/multilib.conf 3554 require conf/multilib.conf
3555 MULTILIBS = "multilib:lib32" 3555 MULTILIBS = "multilib:lib32"
3556 DEFAULTTUNE_virtclass-multilib-lib32 = "x86" 3556 DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
3557 IMAGE_INSTALL = "lib32-connman" 3557 IMAGE_INSTALL = "lib32-glib-2.0"
3558 </literallayout> 3558 </literallayout>
3559 This example enables an 3559 This example enables an
3560 additional library named <filename>lib32</filename> alongside the 3560 additional library named <filename>lib32</filename> alongside the
@@ -3565,7 +3565,7 @@
3565 </para> 3565 </para>
3566 3566
3567 <para> 3567 <para>
3568 The example then includes <filename>lib32-connman</filename> 3568 The example then includes <filename>lib32-glib-2.0</filename>
3569 in all the images, which illustrates one method of including a 3569 in all the images, which illustrates one method of including a
3570 multiple library dependency. 3570 multiple library dependency.
3571 You can use a normal image build to include this dependency, 3571 You can use a normal image build to include this dependency,
@@ -3575,7 +3575,7 @@
3575 </literallayout> 3575 </literallayout>
3576 You can also build Multilib packages specifically with a command like this: 3576 You can also build Multilib packages specifically with a command like this:
3577 <literallayout class='monospaced'> 3577 <literallayout class='monospaced'>
3578 $ bitbake lib32-connman 3578 $ bitbake lib32-glib-2.0
3579 </literallayout> 3579 </literallayout>
3580 </para> 3580 </para>
3581 </section> 3581 </section>