]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: use "raw" instead of "bin" for ovmf
authorJon Mason <jon.mason@arm.com>
Wed, 3 Mar 2021 18:29:45 +0000 (13:29 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Mar 2021 22:36:34 +0000 (22:36 +0000)
commitcd279aeb986b4676ea8ecb1e7b12c7e29e83460a
tree751b4da07653a3583ef7087da8fb1de5fbf24447
parent6bd44129a76bdae1320f76035b23568a9c2b4e57
runqemu: use "raw" instead of "bin" for ovmf

bin is not an acceptable format for qemu and will throw an error is set.
The correct format in this case is raw.

Signed-off-by: Jon Mason <jon.mason@arm.com>
Change-Id: I9d78e356d39ecb15bef886c19870b029d9badd65
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu