All of lore.kernel.org
 help / color / mirror / Atom feed
* populate_sdk multilib not generating lib32 sysrots
@ 2016-07-28 22:35 Jaggi, Manish
  0 siblings, 0 replies; only message in thread
From: Jaggi, Manish @ 2016-07-28 22:35 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 996 bytes --]

On krogoth branch of poky  trying to create a multilib sdk (aarch64 aarch64_ilp32)
Using the below local.conf


CONF_VERSION = "1"
MACHINE = "TestMachine"
CORE_IMAGE_EXTRA_INSTALL_append += " openssl"
PREFERRED_VERSION_linux-thunderx-81xx = "4.4.3"
BB_NUMBER_THREADS="32"
PREFERRED_PROVIDER_virtual/kernel = "linux-thunderx-81xx"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "aarch64_ilp32"


after bitbake core-image-minimal
and bitbake -c populate_sdk core-image-minimal

The sysroot directory in tmp/sysroots has sysroots for both 64 and ilp32
TestMachine
lib32-TestMachine

But when installed the sdk using populate sdk generated script, sysroots is only for aarch64 and not for aarch64_ilp32

ls ~/sdk_install_poky/sysroots/
aarch64-poky-linux  x86_64-pokysdk-linux


What could be missing here?

FYI The generated rootfs has multi libs, libssl for 32bit and 64bit are present.




Regards,
Manish Jaggi

[-- Attachment #2: Type: text/html, Size: 3304 bytes --]

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

only message in thread, other threads:[~2016-07-28 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-28 22:35 populate_sdk multilib not generating lib32 sysrots Jaggi, Manish

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.