diff options
Diffstat (limited to 'scripts/lib/devtool/build-image.py')
-rw-r--r-- | scripts/lib/devtool/build-image.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/build-image.py b/scripts/lib/devtool/build-image.py index 05c1d75c67..e53239dd28 100644 --- a/scripts/lib/devtool/build-image.py +++ b/scripts/lib/devtool/build-image.py | |||
@@ -59,7 +59,7 @@ def build_image(args, config, basepath, workspace): | |||
59 | if os.path.isfile(appendfile): | 59 | if os.path.isfile(appendfile): |
60 | os.unlink(appendfile) | 60 | os.unlink(appendfile) |
61 | 61 | ||
62 | tinfoil = setup_tinfoil() | 62 | tinfoil = setup_tinfoil(basepath=basepath) |
63 | rd = parse_recipe(config, tinfoil, image, True) | 63 | rd = parse_recipe(config, tinfoil, image, True) |
64 | if not rd: | 64 | if not rd: |
65 | # Error already shown | 65 | # Error already shown |