diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-21 18:11:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-22 13:59:56 +0100 |
commit | 1426e14747d08f667bc921c6c3f1cc3187d0de47 (patch) | |
tree | eff03dabc504240f09322dd1aaf381394714fb4a | |
parent | 5d09fb034625114a82eb198f5b69da6ed230cb29 (diff) | |
download | poky-1426e14747d08f667bc921c6c3f1cc3187d0de47.tar.gz |
bitbake: bitbake-layers: use parsable title for show-appends
Print title text surrounded by === as we do with other subcommands so
that you can filter it out in scripts. (You will also want to filter out
lines starting with "WARNING:" if you just want the list).
(Bitbake rev: ba15ba16a5d863886bcfd5b3f0bdfff2a6de11a0)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | bitbake/bin/bitbake-layers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 6d18d9455b..f4737114d7 100755 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/bin/bitbake-layers | |||
@@ -521,7 +521,7 @@ Recipes are listed with the bbappends that apply to them as subitems. | |||
521 | logger.plain('No append files found') | 521 | logger.plain('No append files found') |
522 | return | 522 | return |
523 | 523 | ||
524 | logger.plain('State of append files:') | 524 | logger.plain('=== Appended recipes ===') |
525 | 525 | ||
526 | pnlist = list(self.cooker_data.pkg_pn.keys()) | 526 | pnlist = list(self.cooker_data.pkg_pn.keys()) |
527 | pnlist.sort() | 527 | pnlist.sort() |