[meta-intel] Enabling MultiLib support for Valleyisland BSP

Bodke, Kishore K kishore.k.bodke at intel.com
Tue May 12 11:37:43 PDT 2015


Thanks BL.

I can build the 64-bit Image.

But looks like 32-bit application does not run on 64-bit Yocto Image.

I have simple "hello world" program compiled on 32-bit Yocto SDK, and tried running on 64-bit Yocto.

It gives me error.

Error:  Wrong Exec format

Any suggestions please?

Thanks
Kishore.

From: Ong, Boon Leong
Sent: Tuesday, May 05, 2015 7:06 PM
To: Bodke, Kishore K; meta-intel at yoctoproject.org
Cc: Chang, Rebecca Swee Fun
Subject: RE: Enabling MultiLib support for Valleyisland BSP

Hi Kishore,
                There is this patch in dizzy that you need to make sure that your poky dizzy is at least at, you will be fine if you are at tip of poky dizzy branch now.
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=dizzy&id=67cabcd94f847274067123f6514bde861664a5bc

                After that, you just need to make sure local.conf sets  TOOLCHAIN_NEED_CONFIGSITE_CACHE = ""

Thanks
BL

From: meta-intel-bounces at yoctoproject.org<mailto:meta-intel-bounces at yoctoproject.org> [mailto:meta-intel-bounces at yoctoproject.org] On Behalf Of Bodke, Kishore K
Sent: Thursday, April 30, 2015 12:02 AM
To: meta-intel at yoctoproject.org<mailto:meta-intel at yoctoproject.org>
Subject: [meta-intel] Enabling MultiLib support for Valleyisland BSP

Hi,

I am trying to enable MultiLib support for valleyisland 64 bit build and using stable poky release poky-dizzy-12.0.1.tar.bz2 and meta-valleyisland BSP for dizzy.

I have the following in my local.conf building core-image-sato-sdk image.

require conf/multilib.conf
DEFAULTTUNE = "corei7-64"
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "core2-32"

IMAGE_INSTALL_append = " \
    ${@multilib_pkg_extend(d, "binutils")} \
    ${@multilib_pkg_extend(d, "glibc")} \
    ${@multilib_pkg_extend(d, "glibc-mtrace")} \
    ${@multilib_pkg_extend(d, "glibc-locale")} \
    ${@multilib_pkg_extend(d, "glibc-scripts")} \
    ${@multilib_pkg_extend(d, "gcc")} \
    ${@multilib_pkg_extend(d, "glib-2.0")} \
    ${@multilib_pkg_extend(d, "dbus-glib")} \
    ${@multilib_pkg_extend(d, "libgcc")} \
        "

The build fails with the following errors.

ERROR: glibc-locale not found in the base feeds (valleyisland_64 corei7-64-intel-common corei7-64 core2-64 x86_64 noarch any all).

ERROR: Function failed: do_rootfs.

Thanks
Kishore.


Thanks
Kishore.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-intel/attachments/20150512/bc9cf045/attachment-0001.html>


More information about the meta-intel mailing list