From: Paul Eggleton Date: Tue, 21 Aug 2012 17:11:47 +0000 (+0100) Subject: bitbake: bitbake-layers: use parsable title for show-appends X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1426e14747d08f667bc921c6c3f1cc3187d0de47;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 6d18d9455b3..f4737114d75 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()