summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/qemutinyrunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/utils/qemutinyrunner.py')
-rw-r--r--meta/lib/oeqa/utils/qemutinyrunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemutinyrunner.py b/meta/lib/oeqa/utils/qemutinyrunner.py
index 4f95101f30..e3d8c669e0 100644
--- a/meta/lib/oeqa/utils/qemutinyrunner.py
+++ b/meta/lib/oeqa/utils/qemutinyrunner.py
@@ -160,7 +160,7 @@ class QemuTinyRunner(QemuRunner):
160 if p not in parents: 160 if p not in parents:
161 parents.append(p) 161 parents.append(p)
162 newparents = next 162 newparents = next
163 #print "Children matching %s:" % str(parents) 163 #print("Children matching %s:" % str(parents))
164 for p in parents: 164 for p in parents:
165 # Need to be careful here since runqemu-internal runs "ldd qemu-system-xxxx" 165 # Need to be careful here since runqemu-internal runs "ldd qemu-system-xxxx"
166 # Also, old versions of ldd (2.11) run "LD_XXXX qemu-system-xxxx" 166 # Also, old versions of ldd (2.11) run "LD_XXXX qemu-system-xxxx"