diff options
Diffstat (limited to 'scripts/lib/devtool/runqemu.py')
-rw-r--r-- | scripts/lib/devtool/runqemu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/runqemu.py b/scripts/lib/devtool/runqemu.py index e7f26ab6d8..4d08d8c3dd 100644 --- a/scripts/lib/devtool/runqemu.py +++ b/scripts/lib/devtool/runqemu.py | |||
@@ -29,7 +29,7 @@ logger = logging.getLogger('devtool') | |||
29 | def runqemu(args, config, basepath, workspace): | 29 | def runqemu(args, config, basepath, workspace): |
30 | """Entry point for the devtool 'runqemu' subcommand""" | 30 | """Entry point for the devtool 'runqemu' subcommand""" |
31 | 31 | ||
32 | tinfoil = setup_tinfoil() | 32 | tinfoil = setup_tinfoil(basepath=basepath) |
33 | machine = tinfoil.config_data.getVar('MACHINE', True) | 33 | machine = tinfoil.config_data.getVar('MACHINE', True) |
34 | bindir_native = tinfoil.config_data.getVar('STAGING_BINDIR_NATIVE', True) | 34 | bindir_native = tinfoil.config_data.getVar('STAGING_BINDIR_NATIVE', True) |
35 | tinfoil.shutdown() | 35 | tinfoil.shutdown() |