All of lore.kernel.org
 help / color / mirror / Atom feed
* questions about bitbake world
@ 2012-04-10  8:24 Robert Yang
  2012-04-10 13:58 ` Chris Larson
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Yang @ 2012-04-10  8:24 UTC (permalink / raw)
  To: bitbake-devel


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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-13  2:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10  8:24 questions about bitbake world Robert Yang
2012-04-10 13:58 ` 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

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.