diff options
author | Erik Botö <erik.boto@pelagicore.com> | 2017-11-06 10:13:05 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-04 17:23:56 +0000 |
commit | 2ef0fd236409a54ee0e2022358c918f875287c91 (patch) | |
tree | 810c2f677560e97a54ebb970e6ceba0008d50827 /meta | |
parent | ee7f665f0a3155f453e7c80ad2cebe5c49e81799 (diff) | |
download | poky-2ef0fd236409a54ee0e2022358c918f875287c91.tar.gz |
masterimage.py: rename parameter "params" in start() to "extra_bootparams"
This matches how it is called, and how it is named in qmeu target.
[YOCTO #11524]
(From OE-Core rev: 4e376d0658fe8315cfcca927ea275e1260bcc02f)
Signed-off-by: Erik Botö <erik.boto@pelagicore.com>
Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/controllers/masterimage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/controllers/masterimage.py b/meta/lib/oeqa/controllers/masterimage.py index e2ff3f12c2..a2912fc568 100644 --- a/meta/lib/oeqa/controllers/masterimage.py +++ b/meta/lib/oeqa/controllers/masterimage.py | |||
@@ -143,7 +143,7 @@ class MasterImageHardwareTarget(oeqa.targetcontrol.BaseTarget, metaclass=ABCMeta | |||
143 | def _deploy(self): | 143 | def _deploy(self): |
144 | pass | 144 | pass |
145 | 145 | ||
146 | def start(self, params=None): | 146 | def start(self, extra_bootparams=None): |
147 | bb.plain("%s - boot test image on target" % self.pn) | 147 | bb.plain("%s - boot test image on target" % self.pn) |
148 | self._start() | 148 | self._start() |
149 | # set the ssh object for the target/test image | 149 | # set the ssh object for the target/test image |