diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 30e5346356..3d475d32d8 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -634,7 +634,7 @@ class BaseConfig(object): | |||
634 | return | 634 | return |
635 | 635 | ||
636 | if not os.path.exists(self.qemuboot): | 636 | if not os.path.exists(self.qemuboot): |
637 | raise Exception("Failed to find <image>.qemuboot.conf!") | 637 | raise Exception("Failed to find <image>.qemuboot.conf = %s (wrong image name or BSP does not support running under qemu?)." % self.qemuboot) |
638 | 638 | ||
639 | logger.info('CONFFILE: %s' % self.qemuboot) | 639 | logger.info('CONFFILE: %s' % self.qemuboot) |
640 | 640 | ||