summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/qemurunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/utils/qemurunner.py')
-rw-r--r--meta/lib/oeqa/utils/qemurunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index 69a5ae1eef..2158d69400 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -375,7 +375,7 @@ class QemuRunner:
375 newparents = next 375 newparents = next
376 #print("Children matching %s:" % str(parents)) 376 #print("Children matching %s:" % str(parents))
377 for p in parents: 377 for p in parents:
378 # Need to be careful here since runqemu-internal runs "ldd qemu-system-xxxx" 378 # Need to be careful here since runqemu runs "ldd qemu-system-xxxx"
379 # Also, old versions of ldd (2.11) run "LD_XXXX qemu-system-xxxx" 379 # Also, old versions of ldd (2.11) run "LD_XXXX qemu-system-xxxx"
380 basecmd = commands[p].split()[0] 380 basecmd = commands[p].split()[0]
381 basecmd = os.path.basename(basecmd) 381 basecmd = os.path.basename(basecmd)