mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
poky-qemu-internal: Use 128MB memory for qemumips/qemuppc
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user