Hi Matthias,

On 8/4/21 10:53 AM, Matthias Klein wrote:
> Signed-off-by: Matthias Klein <matth...@extraklein.de>
> ---
>  scripts/runqemu | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/runqemu b/scripts/runqemu
> index 2914f15d06..9c92eec030 100755
> --- a/scripts/runqemu
> +++ b/scripts/runqemu
> @@ -776,7 +776,7 @@ class BaseConfig(object):
>                  raise RunQemuError('BIOS not found: %s' % bios_match_name)
>  
>          if not os.path.exists(self.bios):
> -            raise RunQemuError("KERNEL %s not found" % self.bios)
> +            raise RunQemuError("BIOS %s not found" % self.bios)
>  
>  
>      def check_mem(self):


Thanks for the patch. I caught that before, but then forgot to propose a
patch.
Reviewed-by: Michael Opdenacker <michael.opdenac...@bootlin.com>

Cheers
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#154419): 
https://lists.openembedded.org/g/openembedded-core/message/154419
Mute This Topic: https://lists.openembedded.org/mt/84657878/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to