From 70232a8abcc78cb239b6f9b1f42daf60d4f5b98b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 8 Jun 2011 17:26:10 +0100 Subject: bitbake-layers: Add comment header Signed-off-by: Richard Purdie --- bin/bitbake-layers | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/bitbake-layers b/bin/bitbake-layers index ea903e5c9..d2ed5d49c 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 -- cgit 1.2.3-korg