diff --git a/scripts/runqemu b/scripts/runqemu index 14eb939b3e..86124a4a6a 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -1676,6 +1676,9 @@ to your build configuration. if multiconfig: multiconfig = "mc:%s" % multiconfig + if self.rootfs and not target: + target = self.rootfs + if mach: cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target) else: