mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyrtargetcontrol: new argument
An additional argument "target_modules_path" is needed in order to work with the current master. The whole external controller code handling will be changed in the near future, so this is most likely only a temporary fix. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
@@ -11,7 +11,8 @@ from oeqa.utils.qemuzephyrrunner import QemuZephyrRunner
|
||||
supported_fstypes = ['elf']
|
||||
|
||||
class QemuTargetZephyr(OETarget):
|
||||
def __init__(self, logger, ip, server_ip, timeout=300, user='root',
|
||||
def __init__(self, logger, ip, server_ip, target_modules_path,
|
||||
timeout=300, user='root',
|
||||
port=None, machine='', rootfs='', kernel='', kvm=False,
|
||||
dump_dir='', dump_host_cmds='', display='', bootlog='',
|
||||
tmpdir='', dir_image='', boottime=60):
|
||||
|
||||
Reference in New Issue
Block a user