From: Matthias Klein <matth...@extraklein.de> Signed-off-by: Matthias Klein <matth...@extraklein.de> Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> (cherry picked from commit 5cc0051d50974e198313f9513b24fd7ae9a96dd4) Signed-off-by: Steve Sakoman <st...@sakoman.com> --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/runqemu b/scripts/runqemu index 63e533a934..10880ba6bb 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -764,7 +764,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.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154773): https://lists.openembedded.org/g/openembedded-core/message/154773 Mute This Topic: https://lists.openembedded.org/mt/84864715/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-