All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Layer tooling improvements
@ 2011-06-22 13:28 Paul Eggleton
  2011-06-22 13:28 ` [RFC PATCH 1/3] bitbake: track 'overlayed' recipes Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Paul Eggleton @ 2011-06-22 13:28 UTC (permalink / raw)
  To: bitbake-devel

The following patches add dependencies between layers, and add the ability
to query "overlayed" recipes. The latter functionality will hopefully be
utilised by future changes for "flattening" multi-layer setups also. Please
review.

The changes are available (against Poky, but apply cleanly against bitbake
master with -p2) at:
  git://git.pokylinux.org/poky-contrib paule/layertooling-1
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/layertooling-1

Paul Eggleton (3):
  bitbake: track 'overlayed' recipes
  bitbake-layers: add show_overlayed action
  bitbake/cooker: implement layer dependencies, make priority optional

 bitbake/bin/bitbake-layers |   10 +++++
 bitbake/lib/bb/cooker.py   |   92 +++++++++++++++++++++++++++++++++++++++----
 2 files changed, 93 insertions(+), 9 deletions(-)

-- 
1.7.4.1




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

end of thread, other threads:[~2011-06-27 14:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 13:28 [RFC PATCH 0/3] Layer tooling improvements Paul Eggleton
2011-06-22 13:28 ` [RFC PATCH 1/3] bitbake: track 'overlayed' recipes Paul Eggleton
2011-06-24 18:15   ` Chris Larson
2011-06-27 14:15     ` Paul Eggleton
2011-06-22 13:28 ` [RFC PATCH 2/3] bitbake-layers: add show_overlayed action Paul Eggleton
2011-06-22 13:28 ` [RFC PATCH 3/3] bitbake/cooker: implement layer dependencies, make priority optional Paul Eggleton

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.