All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] bitbake-layers improvements
@ 2012-01-30 16:25 Paul Eggleton
  2012-01-30 16:25 ` [PATCH 1/6] bitbake-layers: add copyright notice Paul Eggleton
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paul Eggleton @ 2012-01-30 16:25 UTC (permalink / raw)
  To: bitbake-devel

Make some significant improvements to bitbake-layers that should provide
more information about what files each layer is overlaying as well as
making the utility easier to use.

The following changes (against Poky, but apply cleanly with -p2 against
bitbake master) are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib paule/bitbake-layers-fix5
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/bitbake-layers-fix5

Paul Eggleton (6):
  bitbake-layers: add copyright notice
  bitbake-layers: use dashes in subcommands
  bitbake-layers: use directory name as layer name
  bitbake-layers: improve show-overlayed output
  bitbake-layers: add show-recipes subcommand
  bitbake-layers: list overlayed classes in show-overlayed

 bitbake/bin/bitbake-layers  |  262 +++++++++++++++++++++++++++++++++++++------
 bitbake/lib/bb/cooker.py    |   14 +--
 bitbake/lib/bb/providers.py |   36 ++++++
 3 files changed, 265 insertions(+), 47 deletions(-)

-- 
1.7.5.4




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

end of thread, other threads:[~2012-02-01 15:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 16:25 [PATCH 0/6] bitbake-layers improvements Paul Eggleton
2012-01-30 16:25 ` [PATCH 1/6] bitbake-layers: add copyright notice Paul Eggleton
2012-01-30 16:25 ` [PATCH 2/6] bitbake-layers: use dashes in subcommands Paul Eggleton
2012-01-30 16:25 ` [PATCH 3/6] bitbake-layers: use directory name as layer name Paul Eggleton
2012-01-30 16:25 ` [PATCH 4/6] bitbake-layers: improve show-overlayed output Paul Eggleton
2012-01-30 16:25 ` [PATCH 5/6] bitbake-layers: add show-recipes subcommand Paul Eggleton
2012-01-30 16:25 ` [PATCH 6/6] bitbake-layers: list overlayed classes in show-overlayed Paul Eggleton
2012-02-01 15:10 ` [PATCH 0/6] bitbake-layers improvements 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.