diff options
Diffstat (limited to 'meta/classes/qemu.bbclass')
-rw-r--r-- | meta/classes/qemu.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/qemu.bbclass b/meta/classes/qemu.bbclass index cd2e32309d..8b039266b9 100644 --- a/meta/classes/qemu.bbclass +++ b/meta/classes/qemu.bbclass | |||
@@ -34,5 +34,5 @@ def qemu_run_binary(data, rootfs_path, binary): | |||
34 | library_path = rootfs_path + data.getVar("base_libdir", True) + ":" + \ | 34 | library_path = rootfs_path + data.getVar("base_libdir", True) + ":" + \ |
35 | rootfs_path + data.getVar("libdir", True) | 35 | rootfs_path + data.getVar("libdir", True) |
36 | 36 | ||
37 | return qemu_binary + " " + dynamic_loader + " --library-path " + library_path \ | 37 | return "PSEUDO_UNLOAD=1 " + qemu_binary + " " + dynamic_loader + " --library-path " + library_path \ |
38 | + " " + rootfs_path + binary | 38 | + " " + rootfs_path + binary |