summaryrefslogtreecommitdiffstats
path: root/lib/bblayerlib/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bblayerlib/README')
-rw-r--r--lib/bblayerlib/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/bblayerlib/README b/lib/bblayerlib/README
new file mode 100644
index 000000000..f9d4ec6b9
--- /dev/null
+++ b/lib/bblayerlib/README
@@ -0,0 +1,11 @@
+The bblayerlib module is designed to manage the conf/bblayers.conf file
+and related actions.
+
+It provides a common interface to:
+ fetch-layers - Fetch one or more layers from a remote SCM
+ add-layers - Add one or more layers to bblayers.conf
+ remove-layers - Remove one or more layers from bblayers.conf
+ get-layer-info - Get a list of currently configured layers
+
+TODO:
+