All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wangdawei <kyle.wangdawei@huawei.com>
To: "poky@yoctoproject.org" <poky@yoctoproject.org>
Subject: The problem of MULTILIB in poky
Date: Fri, 10 Aug 2012 06:59:12 +0000	[thread overview]
Message-ID: <7E29EF69110C17499E6B3A9844CD4FD917AE81D3@szxeml526-mbs.china.huawei.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1254 bytes --]

Hi
         I have faced a problem about the MULTILIB in poky , that is I enable the MULTILIB in the local.conf like this:
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
IMAGE_INSTALL = "lib32-connman"

And I have my own layer name meta-rtos. I set the layer.conf like this:
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"

# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
                               ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "rtos"
BBFILE_PATTERN_rtos := "^${LAYERDIR}/"
BBFILE_PRIORITY_rtos = "8"

         The problem is that I compile a package "bitbake lib32-ncurses" , poky find the sourcecode from meta not from meta-rtos , because the version in meta-rtos is 5.7 the version in meta is 5.9 .
         So I want to know why the problem occur? Why the priority have no effect in MULTILIB ? Is there any problem of my configure file ?


Best Regards

kyle sivan
Huawei Technologies Co., Ltd.
cell phone: +86-18665326540
(Office) 755-28384495
sivan.wang@huawei.com<mailto:sivan.wang@huawei.com>
[cid:image003.png@01CD7708.B1D08950]



[-- Attachment #1.2: Type: text/html, Size: 8370 bytes --]

[-- Attachment #2: image003.png --]
[-- Type: image/png, Size: 6069 bytes --]

             reply	other threads:[~2012-08-10  6:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-10  6:59 Wangdawei [this message]
2012-08-10 17:47 ` The problem of MULTILIB in poky Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7E29EF69110C17499E6B3A9844CD4FD917AE81D3@szxeml526-mbs.china.huawei.com \
    --to=kyle.wangdawei@huawei.com \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.