mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
runqemu: Fix typo in error message
(From OE-Core rev: f2f9eb53515c7f1890365aa6441f556fb862e429) Signed-off-by: Matthias Klein <matthias@extraklein.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5cc0051d50974e198313f9513b24fd7ae9a96dd4) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fed15ba67d
commit
9e01151104
@@ -775,7 +775,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