diff options
Diffstat (limited to 'scripts/devtool')
| -rwxr-xr-x | scripts/devtool | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/devtool b/scripts/devtool index 2a5a3d41c1..1fcb42c134 100755 --- a/scripts/devtool +++ b/scripts/devtool | |||
| @@ -220,6 +220,7 @@ def main(): | |||
| 220 | config = ConfigHandler(os.path.join(basepath, 'conf', 'devtool.conf')) | 220 | config = ConfigHandler(os.path.join(basepath, 'conf', 'devtool.conf')) |
| 221 | if not config.read(): | 221 | if not config.read(): |
| 222 | return -1 | 222 | return -1 |
| 223 | context.config = config | ||
| 223 | 224 | ||
| 224 | bitbake_subdir = config.get('General', 'bitbake_subdir', '') | 225 | bitbake_subdir = config.get('General', 'bitbake_subdir', '') |
| 225 | if bitbake_subdir: | 226 | if bitbake_subdir: |
