diff options
Diffstat (limited to 'scripts/lib/devtool/upgrade.py')
-rw-r--r-- | scripts/lib/devtool/upgrade.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py index 6c1dfee3fe..aa53c8e00b 100644 --- a/scripts/lib/devtool/upgrade.py +++ b/scripts/lib/devtool/upgrade.py | |||
@@ -294,7 +294,7 @@ def upgrade(args, config, basepath, workspace): | |||
294 | if reason: | 294 | if reason: |
295 | raise DevtoolError(reason) | 295 | raise DevtoolError(reason) |
296 | 296 | ||
297 | tinfoil = setup_tinfoil() | 297 | tinfoil = setup_tinfoil(basepath=basepath) |
298 | 298 | ||
299 | rd = parse_recipe(config, tinfoil, args.recipename, True) | 299 | rd = parse_recipe(config, tinfoil, args.recipename, True) |
300 | if not rd: | 300 | if not rd: |