summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu3
1 files changed, 3 insertions, 0 deletions
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.
1676 if multiconfig: 1676 if multiconfig:
1677 multiconfig = "mc:%s" % multiconfig 1677 multiconfig = "mc:%s" % multiconfig
1678 1678
1679 if self.rootfs and not target:
1680 target = self.rootfs
1681
1679 if mach: 1682 if mach:
1680 cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target) 1683 cmd = 'MACHINE=%s bitbake -e %s %s' % (mach, multiconfig, target)
1681 else: 1684 else: