mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 20:23:04 +01:00
qemurunner.py/qemutinyrunner.py: remove runqemu-internal
There is no runqemu-internal any more. (From OE-Core rev: 14bacf7203ab7a638b67eb143225d8c75bbb703d) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b18f8a58f8
commit
95331c6d4e
@@ -375,7 +375,7 @@ class QemuRunner:
|
||||
newparents = next
|
||||
#print("Children matching %s:" % str(parents))
|
||||
for p in parents:
|
||||
# Need to be careful here since runqemu-internal runs "ldd qemu-system-xxxx"
|
||||
# Need to be careful here since runqemu runs "ldd qemu-system-xxxx"
|
||||
# Also, old versions of ldd (2.11) run "LD_XXXX qemu-system-xxxx"
|
||||
basecmd = commands[p].split()[0]
|
||||
basecmd = os.path.basename(basecmd)
|
||||
|
||||
@@ -162,7 +162,7 @@ class QemuTinyRunner(QemuRunner):
|
||||
newparents = next
|
||||
#print("Children matching %s:" % str(parents))
|
||||
for p in parents:
|
||||
# Need to be careful here since runqemu-internal runs "ldd qemu-system-xxxx"
|
||||
# Need to be careful here since runqemu runs "ldd qemu-system-xxxx"
|
||||
# Also, old versions of ldd (2.11) run "LD_XXXX qemu-system-xxxx"
|
||||
basecmd = commands[p].split()[0]
|
||||
basecmd = os.path.basename(basecmd)
|
||||
|
||||
Reference in New Issue
Block a user