1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

poky-qemu-internal: Use 128MB memory for qemumips/qemuppc

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-07-15 12:29:35 +01:00
parent 21949128eb
commit bd19169a60
+7 -1
View File
@@ -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"
;;
*)