summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-08 17:26:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-08 20:36:27 +0100
commit70232a8abcc78cb239b6f9b1f42daf60d4f5b98b (patch)
tree0033c81982ac60f5f2c637d58e8491107f71fe91
parent4d15aaabf36c22feddea579150236396ae01b131 (diff)
downloadbitbake-70232a8abcc78cb239b6f9b1f42daf60d4f5b98b.tar.gz
bitbake-layers: Add comment header
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-xbin/bitbake-layers6
1 files changed, 6 insertions, 0 deletions
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