All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] runqemu: Fix typo in error message
@ 2021-08-04  8:53 Matthias Klein
  2021-08-04  9:34 ` Michael Opdenacker
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Klein @ 2021-08-04  8:53 UTC (permalink / raw)
  To: openembedded-core; +Cc: Matthias Klein

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-04  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04  8:53 [OE-core][PATCH] runqemu: Fix typo in error message Matthias Klein
2021-08-04  9:34 ` Michael Opdenacker

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.