Home
last modified time | relevance | path

Searched refs:extra_bootparams (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dqemu.py60 def start(self, params=None, extra_bootparams=None, runqemuparams=''): argument
64 … if self.runner.start(params, extra_bootparams=extra_bootparams, runqemuparams=runqemuparams):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Dtargetcontrol.py48 def start(self, params=None, ssh=True, extra_bootparams=None): argument
170 …def start(self, params=None, ssh=True, extra_bootparams='', runqemuparams='', launch_cmd='', disca… argument
174 …start = self.runner.start(params, get_ip=ssh, extra_bootparams=extra_bootparams, runqemuparams=run…
236 def start(self, params=None, ssh=True, extra_bootparams=None): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py140 …def start(self, qemuparams = None, get_ip = True, extra_bootparams = None, runqemuparams='', launc… argument
179 …lf.launch(launch_cmd, qemuparams=qemuparams, get_ip=get_ip, extra_bootparams=extra_bootparams, env…
181 …def launch(self, launch_cmd, get_ip = True, qemuparams = None, extra_bootparams = None, env = None… argument
214 if extra_bootparams:
215 bootparams = bootparams + ' ' + extra_bootparams
H A Dqemutinyrunner.py67 …def start(self, qemuparams = None, ssh=True, extra_bootparams=None, runqemuparams='', discard_writ… argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py146 def start(self, extra_bootparams=None): argument