Message ID | 08784c20-7770-f1d1-19d5-a4c6e1648b28@linux.intel.com |
---|---|
State | New |
Headers | show |
Series | QEMU - No 'PCI' bus found for device 'virtio-rng-pci' | expand |
diff --git a/poky/scripts/runqemu b/poky/scripts/runqemu index e5e66f345..e62d869c2 100755 --- a/poky/scripts/runqemu +++ b/poky/scripts/runqemu @@ -1336,7 +1336,7 @@ class BaseConfig(object): if not os.access(qemu_bin, os.X_OK): raise OEPathError("No QEMU binary '%s' could be found" % qemu_bin) - self.qemu_opt = "%s %s %s %s %s" % (qemu_bin, self.get('NETWORK_CMD'), self.get('QB_RNG'), self.get('ROOTFS_OPTIONS'), self.get('QB_OPT_APPEND')) + self.qemu_opt = "%s %s %s %s" % (qemu_bin,