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

The following patches add dependencies between layers, and add the ability
to query "overlayed" recipes.

Since v1, two more patches were added: the first to add the ability to
flatten multi-layer configurations into a single layer, and the second is
a fix for the way that bitbake-layers' show_appends action sorts its
output. The other patches are unchanged aside from renaming "overlayedlist"
to "overlayed" within the first two patches.

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

Paul Eggleton (5):
  bitbake: track 'overlayed' recipes
  bitbake-layers: add show_overlayed action
  bitbake/cooker: implement layer dependencies, make priority optional
  bitbake-layers: add command to flatten layers into one
  bitbake-layers: fix sorting of show_appends output

 bitbake/bin/bitbake-layers |   79 +++++++++++++++++++++++++++++++++++--
 bitbake/lib/bb/cooker.py   |   92 +++++++++++++++++++++++++++++++++++++++----
 2 files changed, 158 insertions(+), 13 deletions(-)

-- 
1.7.4.1




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

end of thread, other threads:[~2011-07-05 12:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-29 18:37 [RFC PATCH 0/5] Layer tooling improvements v2 Paul Eggleton
2011-06-29 18:37 ` [RFC PATCH 1/5] bitbake: track 'overlayed' recipes Paul Eggleton
2011-06-29 18:37 ` [RFC PATCH 2/5] bitbake-layers: add show_overlayed action Paul Eggleton
2011-06-29 18:37 ` [RFC PATCH 3/5] bitbake/cooker: implement layer dependencies, make priority optional Paul Eggleton
2011-06-29 18:37 ` [RFC PATCH 4/5] bitbake-layers: add command to flatten layers into one Paul Eggleton
2011-06-29 18:37 ` [RFC PATCH 5/5] bitbake-layers: fix sorting of show_appends output Paul Eggleton
2011-07-05 12:26 ` [RFC PATCH 0/5] Layer tooling improvements v2 Richard Purdie

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.