On Tue, Mar 2, 2021 at 1:53 PM Jon Mason via lists.openembedded.org
<[email protected]> wrote:
>
> From: Jon Mason <[email protected]>
>
> 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 <[email protected]>
> Change-Id: I9d78e356d39ecb15bef886c19870b029d9badd65
> ---
>  scripts/runqemu | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/scripts/runqemu b/scripts/runqemu
> index 532f2e338d52..392576bf4997 100755
> --- a/scripts/runqemu
> +++ b/scripts/runqemu
> @@ -1345,6 +1345,8 @@ class BaseConfig(object):
>
>          for ovmf in self.ovmf_bios:
>              format = ovmf.rsplit('.', 1)[-1]
> +            if format == "bin":
> +                format == "raw"

Well, this is pretty stupid of me.  v2 coming soon with actual
variable assignment!


>              self.qemu_opt += ' -drive if=pflash,format=%s,file=%s' % 
> (format, ovmf)
>
>          self.qemu_opt += ' ' + self.qemu_opt_script
> --
> 2.20.1
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#148901): 
https://lists.openembedded.org/g/openembedded-core/message/148901
Mute This Topic: https://lists.openembedded.org/mt/81033429/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to