mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
dev-manual: Changed multilib example
Fixes [YOCTO #8256] The suggested multilib example in the "Using Multilib" section was broken. I replaced the lib32-connman library with the lib32-glib-2.0 library. (From yocto-docs rev: fa302dd1b7d71c880815fdc4b9a6764c095d476d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6ca549fc31
commit
5a226f7e3c
@@ -3554,7 +3554,7 @@
|
|||||||
require conf/multilib.conf
|
require conf/multilib.conf
|
||||||
MULTILIBS = "multilib:lib32"
|
MULTILIBS = "multilib:lib32"
|
||||||
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
|
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
|
||||||
IMAGE_INSTALL = "lib32-connman"
|
IMAGE_INSTALL = "lib32-glib-2.0"
|
||||||
</literallayout>
|
</literallayout>
|
||||||
This example enables an
|
This example enables an
|
||||||
additional library named <filename>lib32</filename> alongside the
|
additional library named <filename>lib32</filename> alongside the
|
||||||
@@ -3565,7 +3565,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The example then includes <filename>lib32-connman</filename>
|
The example then includes <filename>lib32-glib-2.0</filename>
|
||||||
in all the images, which illustrates one method of including a
|
in all the images, which illustrates one method of including a
|
||||||
multiple library dependency.
|
multiple library dependency.
|
||||||
You can use a normal image build to include this dependency,
|
You can use a normal image build to include this dependency,
|
||||||
@@ -3575,7 +3575,7 @@
|
|||||||
</literallayout>
|
</literallayout>
|
||||||
You can also build Multilib packages specifically with a command like this:
|
You can also build Multilib packages specifically with a command like this:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ bitbake lib32-connman
|
$ bitbake lib32-glib-2.0
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user