diff options
Diffstat (limited to 'scripts/lib/devtool/package.py')
-rw-r--r-- | scripts/lib/devtool/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/package.py b/scripts/lib/devtool/package.py index 28ecfed7a7..b8d84235c8 100644 --- a/scripts/lib/devtool/package.py +++ b/scripts/lib/devtool/package.py | |||
@@ -34,7 +34,7 @@ def package(args, config, basepath, workspace): | |||
34 | 34 | ||
35 | image_pkgtype = config.get('Package', 'image_pkgtype', '') | 35 | image_pkgtype = config.get('Package', 'image_pkgtype', '') |
36 | if not image_pkgtype: | 36 | if not image_pkgtype: |
37 | tinfoil = setup_tinfoil() | 37 | tinfoil = setup_tinfoil(basepath=basepath) |
38 | try: | 38 | try: |
39 | tinfoil.prepare(config_only=True) | 39 | tinfoil.prepare(config_only=True) |
40 | image_pkgtype = tinfoil.config_data.getVar('IMAGE_PKGTYPE', True) | 40 | image_pkgtype = tinfoil.config_data.getVar('IMAGE_PKGTYPE', True) |