* [PATCH] runqemu-internal: increase memory for qemuarm64
@ 2014-12-25 8:19 Kai Kang
0 siblings, 0 replies; only message in thread
From: Kai Kang @ 2014-12-25 8:19 UTC (permalink / raw)
To: paul.eggleton; +Cc: openembedded-core
Increase memory to 512M for qemuarm64. The original size 126M can't make
task testimage pass, neither 256M.
[YOCTO #7102]
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
scripts/runqemu-internal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index f6274e2..5711bd3 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -51,7 +51,7 @@ else
mem_size=128
;;
"qemuarm64")
- mem_size=128
+ mem_size=512
;;
"qemumicroblaze")
mem_size=64
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-12-25 8:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-25 8:19 [PATCH] runqemu-internal: increase memory for qemuarm64 Kai Kang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox