summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-qemu-internal8
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal
index 8e1ffcf24..6c49ddeaf 100755
--- a/scripts/poky-qemu-internal
+++ b/scripts/poky-qemu-internal
@@ -32,7 +32,13 @@
if [ -z "$QEMU_MEMORY" ]; then
case "$MACHINE" in
- "qemux86")
+ "qemux86")
+ QEMU_MEMORY="128M"
+ ;;
+ "qemumips")
+ QEMU_MEMORY="128M"
+ ;;
+ "qemuppc")
QEMU_MEMORY="128M"
;;
*)