All of lore.kernel.org
 help / color / mirror / Atom feed
* Making recipes depend on specific layers
@ 2012-10-05 13:58 Philip Balister
  2012-10-05 14:48 ` Tomas Frydrych
  0 siblings, 1 reply; 2+ messages in thread
From: Philip Balister @ 2012-10-05 13:58 UTC (permalink / raw)
  To: Yocto Project

I run into problems (typically with BSP layers) where I want the layer 
to build only against oe-core, but I also would like to have recipes 
that depend on other layers. Typically, a "complex" image that uses 
packages built from other layers.

Now, I could just make a shim layer that contains the recipes that 
depends on a larger set of layers, but this gets annoying.

What I'd like to do is provide a way for recipes to say they depend on 
other layers, but if that layer is not present, parsing should not fail. 
Obviously, attempting to build such a recipe would fail (with a suitable 
error message).

Richard showed me some Python I can use to do this, but I'd like to know 
if this seems useful to other people.

Obviously, switching layer sin and out can lead to madness, but I'd 
rather not try to protect the end user from every stupid thing they can 
do at the expense of making thing more complex from a shear number of 
layers view.

Philip


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

end of thread, other threads:[~2012-10-05 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-05 13:58 Making recipes depend on specific layers Philip Balister
2012-10-05 14:48 ` Tomas Frydrych

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.