mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-13 21:49:30 +02:00
zephyrtargetcontrol: fix missing native_sysroot
fix Exception: TypeError: QemuTargetZephyr.__init__() got an unexpected keyword argument 'native_sysroot' Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
This commit is contained in:
@@ -15,7 +15,7 @@ class QemuTargetZephyr(OETarget):
|
||||
machine='', rootfs='', tmpdir ='',dir_image ='',display=None,
|
||||
kernel='',boottime=60,bootlog='',kvm=False,slirp=False,
|
||||
dump_dir='',serial_ports=0,ovmf=None,tmpfsdir='' ,target_modules_path='',powercontrol_cmd='',powercontrol_extra_args='',
|
||||
serialcontrol_cmd=None,serialcontrol_extra_args='',testimage_dump_target='',testimage_dump_monitor=''):
|
||||
serialcontrol_cmd=None,serialcontrol_extra_args='',testimage_dump_target='',testimage_dump_monitor='',native_sysroot=None):
|
||||
|
||||
timeout = 300
|
||||
user = 'root'
|
||||
|
||||
Reference in New Issue
Block a user