All of lore.kernel.org
 help / color / mirror / Atom feed
* Enable only 32 bit packages in a packagegroup for 64 bit machine
@ 2017-07-27  8:55 Gaurav Vohra
  0 siblings, 0 replies; only message in thread
From: Gaurav Vohra @ 2017-07-27  8:55 UTC (permalink / raw)
  To: yocto

Hello,

I need to use multilib feature in yocto to build some applications
which are part of a packagegroup recipe as only 32 bit.

I can use command to  create 32 bit packages from this packagegroup
which works,.

# bitbake lib32-packagegroup-name.bb

But the packages in this packagegroup are still building as 64 bit
when i am trying to build image

bitbake core-sato-image.bb

Configuration done

in local.conf :

MACHINE = "qemux86-64"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"

In image recipe replaced

IMAGE_INSTALL += "packagegroup-name"

to

IMAGE_INSTALL += "lib32-packagegroup-name"

Please suggest, how i can i get to only build 32 bit package in packagegroup.

Thanks gaurav


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-27  8:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-27  8:55 Enable only 32 bit packages in a packagegroup for 64 bit machine Gaurav Vohra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.