From: Richard Purdie Date: Wed, 8 Jun 2011 16:26:10 +0000 (+0100) Subject: bitbake-layers: Add comment header X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70232a8abcc78cb239b6f9b1f42daf60d4f5b98b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake-layers: Add comment header Signed-off-by: Richard Purdie --- diff --git a/bin/bitbake-layers b/bin/bitbake-layers index ea903e5c9b1..d2ed5d49ca9 100755 --- a/bin/bitbake-layers +++ b/bin/bitbake-layers @@ -1,5 +1,11 @@ #!/usr/bin/env python +# This script has subcommands which operate against your bitbake layers, either +# displaying useful information, or acting against them. +# Currently, it only provides a show_appends command, which shows you what +# bbappends are in effect, and warns you if you have appends which are not being +# utilized. + import cmd import logging import os.path