mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
runqemu: Fix typo in error message
(From OE-Core rev: 0d14ade2ba75e6e918a5d7e84ac27830a8548a42) 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: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
922fe187e1
commit
48d80a80a9
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user