diff options
Diffstat (limited to 'scripts/devtool')
| -rwxr-xr-x | scripts/devtool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/devtool b/scripts/devtool index 0100eb8360..fd4af9838a 100755 --- a/scripts/devtool +++ b/scripts/devtool | |||
| @@ -157,7 +157,7 @@ def _enable_workspace_layer(workspacedir, config, basepath): | |||
| 157 | bblayers_conf = os.path.join(basepath, 'conf', 'bblayers.conf') | 157 | bblayers_conf = os.path.join(basepath, 'conf', 'bblayers.conf') |
| 158 | if not os.path.exists(bblayers_conf): | 158 | if not os.path.exists(bblayers_conf): |
| 159 | logger.error('Unable to find bblayers.conf') | 159 | logger.error('Unable to find bblayers.conf') |
| 160 | return -1 | 160 | return |
| 161 | _, added = bb.utils.edit_bblayers_conf(bblayers_conf, workspacedir, config.workspace_path) | 161 | _, added = bb.utils.edit_bblayers_conf(bblayers_conf, workspacedir, config.workspace_path) |
| 162 | if added: | 162 | if added: |
| 163 | logger.info('Enabling workspace layer in bblayers.conf') | 163 | logger.info('Enabling workspace layer in bblayers.conf') |
