summaryrefslogtreecommitdiffstats
path: root/bin/bitbake-layers
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-08-21 18:11:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-22 13:47:55 +0100
commitba15ba16a5d863886bcfd5b3f0bdfff2a6de11a0 (patch)
treef0e5c31a6b648edb4d9328ed84ae8d2f6a38c842 /bin/bitbake-layers
parent406477cbae066b6379873e266cb79801e545a61c (diff)
downloadbitbake-contrib-ba15ba16a5d863886bcfd5b3f0bdfff2a6de11a0.tar.gz
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). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin/bitbake-layers')
-rwxr-xr-xbin/bitbake-layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake-layers b/bin/bitbake-layers
index 6d18d9455..f4737114d 100755
--- a/bin/bitbake-layers
+++ b/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()