]> code.ossystems Code Review - openembedded-core.git/commit
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:23:32 +0000 (20:23 +0100)
commit1038df14a96d789b3f9e9e1692305ba1fea67886
tree9e9571519b1dc195eb46eb0a5cbd18f0a79c2724
parent69a776eab96776ab33191cd6eeda4560e3f3f357
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]

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