From patchwork Tue Aug 21 17:11:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 3/3] bitbake-layers: use parsable title for show-appends Date: Tue, 21 Aug 2012 17:11:47 -0000 From: Paul Eggleton X-Patchwork-Id: 35077 Message-Id: <262ce12f39ee02a69ef4b4721bed43db114cde78.1345568965.git.paul.eggleton@linux.intel.com> To: bitbake-devel@lists.openembedded.org 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). Signed-off-by: Paul Eggleton --- bitbake/bin/bitbake-layers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 6d18d94..f473711 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. 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()