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>
This commit is contained in:
Paul Eggleton 2012-08-21 18:11:47 +01:00 committed by Richard Purdie
parent 5d09fb0346
commit 1426e14747
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ Recipes are listed with the bbappends that apply to them as subitems.
logger.plain('No append files found')
return
logger.plain('State of append files:')
logger.plain('=== Appended recipes ===')
pnlist = list(self.cooker_data.pkg_pn.keys())
pnlist.sort()