All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Matthias Klein" <matthias@extraklein.de>
To: openembedded-core@lists.openembedded.org
Cc: Matthias Klein <matthias@extraklein.de>
Subject: [OE-core][PATCH] runqemu: Fix typo in error message
Date: Wed,  4 Aug 2021 10:53:39 +0200	[thread overview]
Message-ID: <20210804085339.1894-1-matthias@extraklein.de> (raw)

Signed-off-by: Matthias Klein <matthias@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):
-- 
2.30.2


             reply	other threads:[~2021-08-04  8:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-04  8:53 Matthias Klein [this message]
2021-08-04  9:34 ` [OE-core][PATCH] runqemu: Fix typo in error message Michael Opdenacker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210804085339.1894-1-matthias@extraklein.de \
    --to=matthias@extraklein.de \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.