[meta-intel] Enabling MultiLib support for Valleyisland BSP

Ong, Boon Leong boon.leong.ong at intel.com
Tue May 5 19:05:46 PDT 2015


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] On Behalf Of Bodke, Kishore K
Sent: Thursday, April 30, 2015 12:02 AM
To: 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/20150506/06872b95/attachment.html>


More information about the meta-intel mailing list