bitbake-layers: improve show-overlayed output
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 30 Jan 2012 16:25:52 +0000 (16:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Feb 2012 15:08:41 +0000 (15:08 +0000)
commit29953329f633d5bcebfac04cc8ef03689e05316c
tree6de82709d0f922a45b1d2454d953a421356dcb27
parent1fc71cdc703279000ec17d4bc0a58c17152deddd
bitbake-layers: improve show-overlayed output

Make the following improvements to the show-overlayed subcommand:

* Show recipes that are overlayed when the version is higher or lower,
  not just when it is the same. This gives a much better picture of the
  influence each layer is having over the metadata used for building.
  This can be disabled with the -s option if you just want to see
  recipes with the same version as before.
* Default to showing name (PN), layer and version rather than the full
  path and filename. The old style formatting can be used by specifying
  the -f option.
* Mark skipped recipes as such in the output, and print them in the
  correct sorted place in the list rather than at the end
* Prefix/suffix title line with === so it can be filtered out easily in
  shell scripts if desired

(Bitbake rev: 43b473275d3cb2e60a14e4a52cdc4654b3f4e5e7)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake-layers
bitbake/lib/bb/cooker.py
bitbake/lib/bb/providers.py