]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Add option for BIOS binary filename
authorRicardo Neri <ricardo.neri-calderon@linux.intel.com>
Fri, 6 Feb 2015 20:59:58 +0000 (12:59 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 08:40:34 +0000 (08:40 +0000)
commit29c9e6f44541b7f8731e21e9d1a0adca9da28e37
tree36351fb49b3b2df88e70c33410038376b05d2664
parentf9fd13dd776c9949b5a6e15024a72d7713c0e64a
runqemu: Add option for BIOS binary filename

If we intend to use a custom BIOS binary file, it would be good to be
able to specify the name of the binary via the -bios option of qemu. The
name of the custom binary could be different from the default name used
by qemu. For instance, it was bios.bin in qemu 1.5.0 and changed to
bios-256k.bin for 2.1.0.

Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu