summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-internal
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2014-12-25 16:19:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-25 08:27:13 +0000
commite3a623bfe39fda16420d2042647af75877bb6f70 (patch)
tree2ea710c14078065b3a0ff9f271cbf7230581db36 /scripts/runqemu-internal
parent575ba9a4d8fcf585aeb7770bc1ed1b9121583274 (diff)
downloadast2050-yocto-poky-e3a623bfe39fda16420d2042647af75877bb6f70.zip
ast2050-yocto-poky-e3a623bfe39fda16420d2042647af75877bb6f70.tar.gz
runqemu-internal: increase memory for qemuarm64
Increase memory to 512M for qemuarm64. The original size 126M can't make task testimage pass, neither 256M. [YOCTO #7102] (From OE-Core rev: 93979b2d025cf318fd0d867ed730721c7594d33b) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-xscripts/runqemu-internal2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud