Signed-off-by: Markus Lehtonen <[email protected]>
---
meta/lib/oeqa/targetcontrol.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/lib/oeqa/targetcontrol.py b/meta/lib/oeqa/targetcontrol.py
index d147a44480..da529e67a4 100644
--- a/meta/lib/oeqa/targetcontrol.py
+++ b/meta/lib/oeqa/targetcontrol.py
@@ -225,8 +225,8 @@ class QemuTarget(BaseTarget):
class SimpleRemoteTarget(BaseTarget):
- def __init__(self, d):
- super(SimpleRemoteTarget, self).__init__(d)
+ def __init__(self, d, logger):
+ super(SimpleRemoteTarget, self).__init__(d, logger)
addr = d.getVar("TEST_TARGET_IP") or bb.fatal('Please set
TEST_TARGET_IP with the IP address of the machine you want to run the tests
on.')
self.ip = addr.split(":")[0]
try:
--
2.13.6
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core