]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: fix ROOTFS for vmdk
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 26 Feb 2016 02:06:26 +0000 (18:06 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 14:24:25 +0000 (14:24 +0000)
commit88c081b10902ec52928be78ad320c474bb918e01
treef53b404aa75fbbf1ec47947515ac35d26ca7bf6a
parent8cc5e36cd7978186d5ea1fe8af2f2bd6b3df8885
runqemu: fix ROOTFS for vmdk

* Make it can boot scsi and virtio block drive such as root=/dev/sdX and
  /dev/vdX.

* Drop VM from help info, id doesn't work, and the script can check
  whether it is a vm disk or not.

* Make it can be run by:
  $ runqemu tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.vmdk
  or:
  $ runqemu qemux86-64 vmdk

[YOCTO #9170]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/runqemu
scripts/runqemu-internal