summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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