summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 433ceb7e35..30fd0697c6 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -23,10 +23,6 @@ fi
23 23
24PATH=$BUILDDIR/tmp/staging/$BUILD_SYS/bin:$BUILDDIR/tmp/cross/bin:$PATH 24PATH=$BUILDDIR/tmp/staging/$BUILD_SYS/bin:$BUILDDIR/tmp/cross/bin:$PATH
25 25
26if [ -z "$QEMU_MEMORY" ]; then
27 QEMU_MEMORY="64M"
28fi
29
30if [ "x$1" = "x" ]; then 26if [ "x$1" = "x" ]; then
31 echo 27 echo
32 echo "Run as $0 MACHINE IMAGETYPE ZIMAGE IMAGEFILE" 28 echo "Run as $0 MACHINE IMAGETYPE ZIMAGE IMAGEFILE"
@@ -96,7 +92,8 @@ else
96 echo "Warning: distccd not present, no distcc support loaded" 92 echo "Warning: distccd not present, no distcc support loaded"
97fi 93fi
98 94
99source $OEROOT/scripts/runqemu-internal 95INTERNAL_SCRIPT=`which runqemu-internal`
96source $INTERNAL_SCRIPT
100 97
101if [ -x "$DISTCCD" ]; then 98if [ -x "$DISTCCD" ]; then
102 killall distccd 99 killall distccd