scripts: update west to upstream commit f01059a
The main reason to copy into upstream is to bring in a new runner. Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
parent
cee87a1ca2
commit
0b1b4e2d23
32 changed files with 1856 additions and 675 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
from os import path
|
||||
|
||||
from runners.core import ZephyrBinaryRunner, RunnerCaps
|
||||
from west.runners.core import ZephyrBinaryRunner, RunnerCaps
|
||||
|
||||
|
||||
class XtensaBinaryRunner(ZephyrBinaryRunner):
|
||||
|
@ -35,6 +35,6 @@ class XtensaBinaryRunner(ZephyrBinaryRunner):
|
|||
return XtensaBinaryRunner(cfg)
|
||||
|
||||
def do_run(self, command, **kwargs):
|
||||
gdb_cmd = [self.cfg.gdb, self.cfg.kernel_elf]
|
||||
gdb_cmd = [self.cfg.gdb, self.cfg.elf_file]
|
||||
|
||||
self.check_call(gdb_cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue