diff options
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/bbcontroller.py')
| -rw-r--r-- | bitbake/lib/toaster/bldcontrol/bbcontroller.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/bbcontroller.py b/bitbake/lib/toaster/bldcontrol/bbcontroller.py index 781ff73d1a..1387bdaa7b 100644 --- a/bitbake/lib/toaster/bldcontrol/bbcontroller.py +++ b/bitbake/lib/toaster/bldcontrol/bbcontroller.py | |||
| @@ -141,10 +141,10 @@ class BuildEnvironmentController(object): | |||
| 141 | raise Exception("FIXME: Must override in order to actually start the BB server") | 141 | raise Exception("FIXME: Must override in order to actually start the BB server") |
| 142 | 142 | ||
| 143 | 143 | ||
| 144 | def setLayers(self, bbs, ls): | 144 | def setLayers(self, bitbake, ls): |
| 145 | """ Checks-out bitbake executor and layers from git repositories. | 145 | """ Checks-out bitbake executor and layers from git repositories. |
| 146 | Sets the layer variables in the config file, after validating local layer paths. | 146 | Sets the layer variables in the config file, after validating local layer paths. |
| 147 | The bitbakes must be a 1-length list of BRBitbake | 147 | bitbake must be a single BRBitbake instance |
| 148 | The layer paths must be in a list of BRLayer object | 148 | The layer paths must be in a list of BRLayer object |
| 149 | 149 | ||
| 150 | a word of attention: by convention, the first layer for any build will be poky! | 150 | a word of attention: by convention, the first layer for any build will be poky! |
