mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
runqemu: Fix typo in error message
(From OE-Core rev: 5cc0051d50974e198313f9513b24fd7ae9a96dd4) Signed-off-by: Matthias Klein <matthias@extraklein.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c568dd9799
commit
6d90c0e47a
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user