All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <bitbake-devel@lists.openembedded.org>
Subject: questions about bitbake world
Date: Tue, 10 Apr 2012 16:24:28 +0800	[thread overview]
Message-ID: <4F83EE3C.8040904@windriver.com> (raw)


Hello experts,

In the following code:

def buildWorldTargetList(self):
...
         for f in self.status.possible_world:
             terminal = True
             pn = self.status.pkg_fn[f]

             for p in pn_provides[pn]:
                 if p.startswith('virtual/'):
                     parselog.debug(2, "World build skipping %s due to %s 
provider starting with virtual/", f, p)
                     terminal = False
                     break
...

Does it mean that if a recipe contains:

PROVIDES = "virtual/something"

Then it would not be built until a pkg depends on it? Why we design it in this
way, please?

-- 
Thanks

Robert



             reply	other threads:[~2012-04-10  8:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-10  8:24 Robert Yang [this message]
2012-04-10 13:58 ` questions about bitbake world Chris Larson
2012-04-10 14:12   ` Robert Yang
2012-04-10 14:15     ` Chris Larson
2012-04-13  0:52       ` Robert Yang
2012-04-13  2:44         ` Christopher Larson

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=4F83EE3C.8040904@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=bitbake-devel@lists.openembedded.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.