runqemu: standardize ability to specify custom qemu/kenel boot options
authorScott Garman <scott.a.garman@intel.com>
Sat, 3 Sep 2011 22:50:30 +0000 (15:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Sep 2011 19:25:45 +0000 (20:25 +0100)
commit30769721f4cd228bbd826065b8e0503b930d32de
tree9de148817ee2c1a7c093f563c18067efa6cf80a3
parentf7a451a691516882c9ce6081943776053213f1d0
runqemu: standardize ability to specify custom qemu/kenel boot options

The old manner of specifying custom options to QEMU in this script
using angle brackets was a frequent source of confusion. Meanwhile,
Otavio Salvador added a decent method of specifying custom kernel
boot options to this script. This patch documents the bootparams
option and adds a similar way of specifying custom QEMU options
using qemuparams="".

This fixes [YOCTO #1019]

(From OE-Core rev: 1038df14a96d789b3f9e9e1692305ba1fea67886)

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu