[OE-core] [rocko][PATCH 3/4] masterimage.py: rename parameter "params" in start() to "extra_bootparams"

Stephano Cetola stephano.cetola at linux.intel.com
Thu Nov 9 16:58:28 UTC 2017


From: Erik Botö <erik.boto at pelagicore.com>

This matches how it is called, and how it is named in qmeu target.

[YOCTO #11524]

Signed-off-by: Erik Botö <erik.boto at pelagicore.com>
Signed-off-by: Stephano Cetola <stephano.cetola at linux.intel.com>
---
 meta/lib/oeqa/controllers/masterimage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
     def _deploy(self):
         pass
 
-    def start(self, params=None):
+    def start(self, extra_bootparams=None):
         bb.plain("%s - boot test image on target" % self.pn)
         self._start()
         # set the ssh object for the target/test image
-- 
2.14.2




More information about the Openembedded-core mailing list