<div dir="ltr"><div><p>Hello,</p><p></p><p>I need to use multilib feature in yocto to build some applications which are part of a packagegroup recipe as only 32 bit. <br></p><p>I can use command to  create 32 bit 
packages from this packagegroup which works,. <br></p><p># bitbake <a href="http://lib32-packagegroup-name.bb">lib32-packagegroup-name.bb</a></p><p>But the packages in this packagegroup 
are still building as 64 bit when i am trying to build image</p>

<p>bitbake <a href="http://core-sato-image.bb">core-sato-image.bb</a></p><p></p><p>Configuration done <br></p><p>in local.conf :</p><p>MACHINE = "qemux86-64"<br>require conf/multilib.conf<br>MULTILIBS = "multilib:lib32"<br>DEFAULTTUNE_virtclass-multilib-lib32 = "x86"</p><p></p><p>In image recipe replaced<br></p><p>IMAGE_INSTALL += "packagegroup-name"</p><p>to<br></p><p>IMAGE_INSTALL += "lib32-packagegroup-name"<br></p>Are these changes sufficient ?<br></div><div><br></div><div>Thanks gaurav<br></div></div>