aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bblayerlib/README
blob: f9d4ec6b9034eec4ccce1d897c07e4fd27a774c2 (plain)
1
2
3
4
5
6
7
8
9
10
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: