* RFC - multilib SDK patches
@ 2012-09-26 23:21 Mark Hatle
0 siblings, 0 replies; only message in thread
From: Mark Hatle @ 2012-09-26 23:21 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
I created a patch set to enable multilib userspace in an SDK. I've pushed the
patches to:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mhatle/multilib
(they are based on oe-core)
I'd like some comments on them and see if they are reasonable or not. With the
patches I was able to configure my local.conf with:
MACHINE = "qemux86-64"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
IMAGE_INSTALL_append = ' lib32-eglibc'
TOOLCHAIN_HOST_TASK = "nativesdk-packagegroup-sdk-host"
TOOLCHAIN_HOST_TASK += "packagegroup-cross-canadian-${@'
packagegroup-cross-canadian-'.join(all_multilib_tune_values(d,
'TRANSLATED_TARGET_ARCH').split())}"
---
Then built an SDK using:
bitbake core-image-minimal -c populate_sdk
---
Note, the top patch is a nasty hack to perl. I don't have any idea as to what
is going wrong, but nativesdk-perl has decided to install into the wrong place
on my machine. I was wondering if other people are seeing the same problem or not.
Any comments would be appreciated.
--Mark
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-26 23:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26 23:21 RFC - multilib SDK patches Mark Hatle
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.