bitbake: bitbake-layers: show-cross-depends: add option to ignore a layer
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 23 May 2014 15:22:14 +0000 (16:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 May 2014 07:29:18 +0000 (08:29 +0100)
commit6d43e528cd744b7d77ac89378656357b99552106
treea464691f73cda5f4399efe8b785e406867901087
parent4a6b24daf8c7618abd61888067d9f609f47a18ce
bitbake: bitbake-layers: show-cross-depends: add option to ignore a layer

By default, show-cross-depends shows dependencies on OE-Core (i.e.
"meta") which is not particularly useful. Add an option to allow you to
hide those. For example, to hide all dependencies on OE-Core:

  bitbake-layers show-cross-depends -i meta

Multiple layers can be specified by using commas as separators (no
spaces).

(Bitbake rev: 0e9062e65acbb05c1d9b3a9145eb866c3d562309)

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