From bd19169a60d5aaadc278439578d06c8027cfecf3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 15 Jul 2010 12:29:35 +0100 Subject: poky-qemu-internal: Use 128MB memory for qemumips/qemuppc Signed-off-by: Richard Purdie --- scripts/poky-qemu-internal | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index 8e1ffcf248..6c49ddeaf9 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" ;; *) -- cgit 1.2.3-korg